MindFusion.Wpf Pack Programmer's Guide
Scatter.ScatterIndex Property
See Also
 





Gets the index of the scatter.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public int ScatterIndex { get; }

Visual Basic  Copy Code

Public ReadOnly Property ScatterIndex As Integer

 Property Value

An integer value.

 Remarks

The ScatterIndex corresponds to the position in the data array of the ChartSeries this scatter belongs to.

 See Also

Scatter Members
Scatter Class
MindFusion.Charting.Wpf Namespace