MindFusion.Wpf Pack Programmer's Guide
ChartSeries.LabelBorderBrush Property
See Also
 





Gets or sets the brush for the label border. This is a dependency property.

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

 Syntax

C#  Copy Code

public Brush LabelBorderBrush { get; set; }

Visual Basic  Copy Code

Public Property LabelBorderBrush As Brush

 Property Value

An instance of the WPF Brush class. The default is null (Nothing in Visual Basic).

 Remarks

The LabelBorderBrush property specifies the border around labels drawn at data points in this ChartSeries.

 See Also

ChartSeries Members
ChartSeries Class
MindFusion.Charting.Wpf Namespace