Gets or sets the appearance settings for the X-axis. Namespace: MindFusion.Charting.WebForms Syntax
Property ValueAn object of type AxisSettings class. RemarksThe 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. See Also |