Gets or sets the thickness of the label border. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C#
![]() |
---|
public Thickness LabelBorderThickness { get; set; } |
Visual Basic
![]() |
---|
Public Property LabelBorderThickness As Thickness |
An instance of the WPF Thickness structure. The default is Thickness(1).
The LabelBorderThickness property specifies the border drawn around label drawn at data points in this ChartSeries.
MindFusion.Charting for WPF Programmer's Guide | © 2025 MindFusion |