DataRange Property (AxisBase)
Gets the DataRange (full extents of the data) of the Axis.
Syntax
public IRange DataRange {get;}

Property Value

The data range
Remarks
Note: The performance implications of calling this is axis will perform a full recalculation on each get. It is recommended to get and cache if this property is needed more than once
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