Search
Chart.AxisStyle Property
See Also
 






Gets or sets the style of the chart axes, or null (Nothing in Visual Basic), to draw solid lines.

Namespace: MindFusion.Spreadsheet.Charts
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property AxisStyle As Nullable(Of DashStyle)

 Property Value

A member of the .NET DashStyle enumeration or null (Nothing in Visual Basic). The default is null.

 See Also