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

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected int MaximumIndex { get; private set; }
Visual Basic
Protected Property MaximumIndex As Integer
	Get
	Private Set
Visual C++
protected:
property int MaximumIndex {
	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