Gets or sets the thickness of the label border. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public Thickness LabelBorderThickness { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LabelBorderThickness As Thickness |
An instance of the WPF Thickness structure. The default is Thickness(1).
RemarksThe LabelBorderThickness property specifies the border drawn around label drawn at data points in this ChartSeries.
See Also