Gets or sets the Annotation label. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public string Label { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Label As String |
A string value. The default is an empty string.
RemarksThe Value property indicates where the Label will be drawn at the chart element.
See Also