Search
Annotation.Label Property
See Also
 





Gets or sets the Annotation label. This is a dependency property.

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

 Syntax

C#  Copy Code

public string Label { get; set; }

Visual Basic  Copy Code

Public Property Label As String

 Property Value

A string value. The default is an empty string.

 Remarks

The Value property indicates where the Label will be drawn at the chart element.

 See Also