The VisibleRange
The Deltas, e.g. MinorDelta and MajorDelta
CalculateMajorTicks Method (LogarithmicNumericTickProvider)
Calculates the Major Ticks for the axis given a VisibleRange and Delta
Syntax
protected override IList<double> CalculateMajorTicks( 
   IRange<double> tickRange,
   IAxisDelta<double> tickDelta
)

Parameters

tickRange
The VisibleRange
tickDelta
The Deltas, e.g. MinorDelta and MajorDelta

Return Value

The Major ticks (data values) as double
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also