[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.LineMarkerBuilder-1.SeriesIndex

SeriesIndex Method

SeriesIndex(int?)

Configurates SeriesIndex. Sets the index of the series in the chart in which the LineMarker appears.

Declaration
public LineMarkerBuilder<T> SeriesIndex(int? value)
Parameters
Type Name Description
int? value

The value.

Returns
Type Description
LineMarkerBuilder<T>

Current builder.

Remarks

This only takes effect when the @see:Interaction property is set to Chart.LineMarkerInteraction.Move.