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