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