Search
Chart.XAxisSettings Property
See Also
 






Gets the settings for the category label axis of the chart, if the chart is an axes chart.

Namespace: MindFusion.Spreadsheet.Wpf.Charts
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public AxisSettings XAxisSettings { get; }

Visual Basic  Copy Code

Public ReadOnly Property XAxisSettings As AxisSettings

 Property Value

An instance of the AxisSettings class that can be used to customize the label axis.

 See Also