Gets the index of the series this candlestick belongs to.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public int SeriesIndex { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property SeriesIndex As Integer |
See Also