Gets or set the appearance settings for the Y-axis.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public AxisSettings YAxisSettings { get; set; } |
Visual Basic
![]() |
---|
Public Property YAxisSettings As AxisSettings |
An instance of the AxisSettings class.
The property specifies all appearance characteristics of the Y-axis: number format, distance between labels and their rotation angle, minimum and maximum axis value, label suffix and prefix, date and time values, division coefficient and so on.
For information about the axis properties and their default values, please check the AxisSettings class.
Default value for the YAxisSettings property is a new AxisSettings object. You can access it directly through the YAxisSettings property.