Gets or sets custom labels for the inner axis. Namespace: MindFusion.Charting.WebForms Syntax
Property ValueAn object of type .NET IList that holds the labels. RemarksThe property specifies the custom labels for the inner axis. Inner labels are drawn at the scale divisions of the inner axes. The inner labels might not only be custom text, but also numbers. The InnerAxisLabelType property specifies the type of the labels. Radar / polar charts can also have labels at radar segments and / or at the crossing points of the inner and outer axes. The type of labels is set with InnerAxisLabelType. Default value for the InnerAxisLabels property is an empty list. See Also |