Gets or sets the appearance settings for the X-axis.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public AxisSettings XAxisSettings { get; set; } |
Visual Basic
![]() |
---|
Public Property XAxisSettings As AxisSettings |
An object of type AxisSettings class.
The property specifies all appearance characteristics of the X-axis: labels, fonts, data format, minimum and maximum value as well the intervals among them, label suffix and prefix, division coefficient and division label and so on.
For more information about the axis properties and their default values, please check the AxisSettings class.
Default value for the XAxisSettings property is a new AxisSettings object. You can access it directly through the XAxisSettings property.