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