If true, returns an which only has positive values, e.g, when viewing a Logarithmic chart this value might be set.
GetXRange Method (DataSeries<TX,TY>)
Gets the XRange of the data (min, max of the series).
Syntax
public IRange GetXRange( 
   bool getPositiveRange
)

Parameters

getPositiveRange
If true, returns an which only has positive values, e.g, when viewing a Logarithmic chart this value might be set.

Return Value

The XRange of the data.
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