[]
Configurates SeriesIndex. Sets the index of the series in the chart in which the LineMarker appears.
public LineMarkerBuilder<T> SeriesIndex(int? value)
Type | Name | Description |
---|---|---|
int? | value | The value. |
Type | Description |
---|---|
LineMarkerBuilder<T> | Current builder. |
This only takes effect when the @see:Interaction property is set to Chart.LineMarkerInteraction.Move.