Gets the settings for the category label axis of the chart, if the chart is an axes chart.
Namespace: MindFusion.Spreadsheet.Charts
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public AxisSettings XAxisSettings { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property XAxisSettings As AxisSettings |
An instance of the AxisSettings class that can be used to customize the label axis.
See Also