Gets or sets the zero-based index of the chart element where this Annotation is drawn. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public int Index { get; set; } |
Visual Basic Copy Code |
---|
Public Property Index As Integer |
An integer value. The default is -1.
When the property is set to 0 in bar charts, the Annotation is drawn at the first bar and so on.