Gets the index of the data that is closest to the actual minimum value of the independent axis. Custom data series can use this value to optimise chart rendering.

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
protected int MinimumIndex { get; private set; }
Visual Basic
Protected Property MinimumIndex As Integer
	Get
	Private Set
Visual C++
protected:
property int MinimumIndex {
	int get ();
	private: void set (int value);
}

Remarks

This property should be accessed only from the BuildChartCore()()()() method, and is only meaningful if SupportsDataSampling is true for the series.

See Also