Charting for WPF Programmer's Guide

ChartSeries.Index Property

See Also
 


Gets or sets the index of this ChartSeries.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public int Index { get; set; }

Visual Basic  Copy Code

Public Property Index As Integer

 Property Value

An int value. Default is 0.

 Remarks

The Index identifies the position of the ChartSeries in the Series list.

 See Also