Gets or sets the size of the Annotation. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public double Size { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Size As Double |
A double value. The default is 5.
RemarksThe Size property is used when the AnnotationType is set to Point.
See Also