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
C# Copy Code |
---|
public double Value { get; set; } |
Visual Basic Copy Code |
---|
Public Property Value As Double |
A double value. The default is 0.
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.