Gets or sets the brush for the border of the outer labels. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public Brush OuterLabelBorderBrush { get; set; } |
Visual Basic Copy Code |
---|
Public Property OuterLabelBorderBrush As Brush |
An instance of the WPF Brush class. The default is null (Nothing in Visual Basic).