Charting for WinForms Programmer's Guide
Theme.DataLabelsBorderDashStyle Property
See Also
 






Gets or sets the dash style of data labels' borders.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Nullable<DashStyle> DataLabelsBorderDashStyle { get; set; }

Visual Basic  Copy Code

Public Property DataLabelsBorderDashStyle As Nullable(Of DashStyle)

 Property Value

An optional DashStyle value specifying the dash style of labels' border lines. The default value is null.

 See Also

Theme Members
Theme Class
MindFusion.Charting Namespace