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





Gets or sets the size of the Annotation. This is a dependency property.

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

 Syntax

C#  Copy Code

public double Size { get; set; }

Visual Basic  Copy Code

Public Property Size As Double

 Property Value

A double value. The default is 5.

 Remarks

The Size property is used when the AnnotationType is set to Point.

 See Also

Annotation Members
Annotation Class
MindFusion.Charting.Wpf Namespace