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





Gets or sets the value that indicates where to draw this Annotation. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public double Value { get; set; }

Visual Basic  Copy Code

Public Property Value As Double

 Property Value

A double value. The default is 0.

 Remarks

The location of the Annotation is calculated based on its Value. In a bar that represents value of 10, Annotation with value of 5 will be drawn in the middle of the bar.

 See Also

Annotation Members
Annotation Class
MindFusion.Charting.Wpf Namespace