Gets or sets the width of data labels' borders.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public Nullable<Double> DataLabelsBorderThickness { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DataLabelsBorderThickness As Nullable(Of Double) |
An optional double value specifying the thickness of labels' border lines.
See Also