A class for specifying the settings of chart axes. Namespace: MindFusion.Charting Syntax
RemarksMembers of the AxisSettings class specify the appearance of the axes in charts that use the Cartesian coordinate system. LabelType sets the type of labels drawn at the axis. The alignment of the labels is specified with LabelAlignment. The space between the labels and the axis is set with LabelOffset. Labels can be drawn with text before and after the number - use LabelPrefix and LabelSuffix to set it. The format of axis labels depends on DataFormat. When it is set to Numbers, the format is set by NumberFormat; when set to DateTime, the format is set by DateTimeFormat. Use StartDateTime and EndDateTime to specify the begin and end date. The interval between them is set through TimeSpan. If the axis shows numbers, you can manually set the scale. The start and end numbers are specified with MinValue and MaxValue. The intervals between them are set with AxisDelta. The zero label is not drawn by default. Set DrawZero to true if you want to show it. Large data numbers can be cancelled with a custom-set coefficient. The DivisionCoef and DivisionLabel properties specify how numbers are cancelled and the label that will show the unit of measure. The orientation of the axis labels is set with LabelOrientation. Inheritance HierarchySystem.Object See Also |