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.Wpf.Charts
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public DashStyle AxisStyle { get; set; }

Visual Basic  Copy Code

Public Property AxisStyle As DashStyle

 Property Value

An instance of the WPF DashStyle class or null (Nothing in Visual Basic). The default is null.

 See Also