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) |
See Also