Gets or set the appearance settings for the Y-axis. Namespace: MindFusion.Charting.WebForms
|
C#
![]() |
---|
public AxisSettings YAxisSettings { get; } |
Visual Basic
![]() |
---|
Public ReadOnly 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.