Gets or sets the thickness of the border of the outer labels. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public Thickness OuterLabelBorderThickness { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property OuterLabelBorderThickness As Thickness |
An instance of the WPF Thickness structure. The default is Thickness(0).
See Also