SciChart.Charting Assembly > SciChart.Charting.Numerics.TickProviders.DiscontinuousAxisTickProvider Namespace > DiscontinuousDateTimeTickProvider Class > CalculateMinorTicks Method : CalculateMinorTicks(IDiscontinuousDateTimeCalendar,Int32,IRange<Double>,IAxisDelta<Double>,IList<Double>) Method
The Calendar
The maximal amount of auto ticks
The VisibleRange
The Deltas, e.g. MinorDelta and MajorDelta
The previously calculated Major Ticks
CalculateMinorTicks(IDiscontinuousDateTimeCalendar,Int32,IRange<Double>,IAxisDelta<Double>,IList<Double>) Method
Calculates the Minor Ticks for the axis given a VisibleRange and Delta
Syntax

Parameters

calendar
The Calendar
maxAutoTicks
The maximal amount of auto ticks
tickRange
The VisibleRange
tickDelta
The Deltas, e.g. MinorDelta and MajorDelta
majorTicks
The previously calculated Major Ticks

Return Value

The Minor 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