MindFusion.Wpf Pack Programmer's Guide
Annotation.Index Property
See Also
 





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

 Syntax

C#  Copy Code

public int Index { get; set; }

Visual Basic  Copy Code

Public Property Index As Integer

 Property Value

An integer value. The default is -1.

 Remarks

When the property is set to 0 in bar charts, the Annotation is drawn at the first bar and so on.

 See Also

Annotation Members
Annotation Class
MindFusion.Charting.Wpf Namespace