LogarithmicNumericTickProvider

StockSharp.Xaml.Charting.Visuals.Axes

Erbt von: NumericTickProvider

Eigenschaften

LogarithmicBase : double

Gets or sets the value which determines the base used for the logarithm.

Methoden

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

Rückgabe: 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

Rückgabe: 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

Rückgabe: The Major ticks (data values) as double