Gets or sets the format for labels drawn at the inner axis. Namespace: MindFusion.Charting.WebForms Syntax
Property ValueOne of the NumberFormat Enumeration values. RemarksThe property specifies the format of labels drawn at the inner axis. The InnerAxisLabelType property identifies the type of the labels at the inner axis. If the labels are custom text, use InnerAxisLabels to set them. Inner labels are drawn at the scale division of the inner axis. InnerAxisPosition sets the position of the inner axis. Radar charts might have many inner axes but only the one drawn at the InnerAxisPosition has labels. Default value for the InnerLabelFormat property is NumberFormat.Fixed_point. See Also |