Gets or sets the index of this ChartSeries.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public int Index { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Index As Integer |
An integer value. The default is -1.
See Also