Gets or sets the stroke of the Annotation. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush Stroke { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Stroke As Brush |
A WPF System.Windows.Media.Brush object. The default is a solid red brush.
RemarksThis property is used to draw annotations of type Stick as well the outline of point annotations.
See Also