Gets or sets the dash style of data labels' borders.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public Nullable<DashStyle> DataLabelsBorderDashStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DataLabelsBorderDashStyle As Nullable(Of DashStyle) |
An optional DashStyle value specifying the dash style of labels' border lines. The default value is null.
See Also