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