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





Gets or sets the thickness of the label border. This is a dependency property.

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

 Syntax

C#  Copy Code

public Thickness LabelBorderThickness { get; set; }

Visual Basic  Copy Code

Public Property LabelBorderThickness As Thickness

 Property Value

An instance of the WPF Thickness structure. The default is Thickness(1).

 Remarks

The LabelBorderThickness property specifies the border drawn around label drawn at data points in this ChartSeries.

 See Also

ChartSeries Members
ChartSeries Class
MindFusion.Charting.Wpf Namespace