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





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

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

 Syntax

C#  Copy Code

public Brush Fill { get; set; }

Visual Basic  Copy Code

Public Property Fill As Brush

 Property Value

A WPF System.Windows.Media.Brush object. The default is a solid red brush.

 Remarks

The Fill is used or painting the interior of an Annotation shape when the AnnotationType is Point

 See Also

Annotation Members
Annotation Class
MindFusion.Charting.Wpf Namespace