Gets or sets the format for labels drawn at the outer chart axis. Namespace: MindFusion.Charting.WebForms Syntax
Property ValueOne of the NumberFormat Enumeration values. RemarksThe property specifies how labels at the outer axis are formatted. In polar charts, setting the value of the property to AxisLabelType.AutoScale draws the grads from 0 to 360. Radar charts do not use scale as outer axis. The outer axis labels are drawn at the crossing points of the inner axes with the outer axis. Labels can also be drawn at the middle of the axes segments. Those labels are only custom text and are set with OuterLabels. Default value for the OuterLabelFormat property is NumberFormat.Fixed_point. See Also |