LogarithmicNumericTickProvider
StockSharp.Xaml.Charting.Visuals.Axes
Наследует: NumericTickProvider
Свойства
LogarithmicBase : double
Gets or sets the value which determines the base used for the logarithm.
Методы
CalculateMajorTicks(IRange<double>, IAxisDelta<double>) : double[]
Calculates the Major Ticks for the axis given a VisibleRange and Delta
- tickRange
- The VisibleRange
- tickDelta
- The Deltas, e.g. MinorDelta and MajorDelta
Возвращает: The Major ticks (data values) as double
CalculateMinorTicks(IRange<double>, IAxisDelta<double>) : double[]
Calculates the Minor Ticks for the axis given a VisibleRange and Delta
- tickRange
- The VisibleRange
- tickDelta
- The Deltas, e.g. MinorDelta and MajorDelta
Возвращает: The Major ticks (data values) as double
CalculateMinorTicks(IRange<double>, IAxisDelta<double>, double[]) : double[]
Calculates the Minor Ticks for the axis given a VisibleRange and Delta
- tickRange
- The VisibleRange
- tickDelta
- The Deltas, e.g. MinorDelta and MajorDelta
- majorTicks
Возвращает: The Major ticks (data values) as double