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