Search
AxisRenderer.AxisStrokeDashStyle Property
See Also
 






Gets or sets the dash style axis lines should be stroked with.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property AxisStrokeDashStyle As Nullable(Of DashStyle)

 Property Value

A member of the DashStyle enumeration or null.

 See Also