The VisibleRange
The Delta, e.g. MinorDelta, MajorDelta
IsParamsValid Method (NumericTickProvider)
Determines whether the VisibleRange and Delta parameters are valid, e.g. are Real Numbers, and VisibleRange.Min < Max
Syntax
protected virtual bool IsParamsValid( 
   IRange<double> tickRange,
   IAxisDelta<double> tickDelta
)

Parameters

tickRange
The VisibleRange
tickDelta
The Delta, e.g. MinorDelta, MajorDelta
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