Gets the index of the scatter.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public int ScatterIndex { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property ScatterIndex As Integer |
An integer value.
RemarksThe ScatterIndex corresponds to the position in the data array of the ChartSeries this scatter belongs to.
See Also