C# Класс NPlot.AdapterUtils.AxisSuggester_StartStep

This class gets an axis corresponding to a StartStep object. The data on the orthogonal axis is of course also needed to calculate this.
Наследование: IAxisSuggester
Показать файл Открыть проект

Открытые методы

Метод Описание
AxisSuggester_StartStep ( StartStep axisOfInterest, IList otherAxisData ) : System

Constructor

Get ( ) : Axis

Calculates a suggested axis given the data specified in the constructor.

Описание методов

AxisSuggester_StartStep() публичный Метод

Constructor
public AxisSuggester_StartStep ( StartStep axisOfInterest, IList otherAxisData ) : System
axisOfInterest StartStep StartStep object corresponding to axis of interest
otherAxisData IList data of other axis (needed to get count value)
Результат System

Get() публичный Метод

Calculates a suggested axis given the data specified in the constructor.
public Get ( ) : Axis
Результат Axis