Gets or sets the fill of the Annotation. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush Fill { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Fill As Brush |
A WPF System.Windows.Media.Brush object. The default is a solid red brush.
RemarksThe Fill is used or painting the interior of an Annotation shape when the AnnotationType is Point.
See Also