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
SyntaxC#
Copy Code
|
|---|
public int Index { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Index As Integer |
An integer value. The default is -1.
RemarksWhen the property is set to 0 in bar charts, the Annotation is drawn at the first bar and so on.
See Also