Gets or sets the position of the inner axis. Namespace: MindFusion.Charting.WebForms Syntax
Property ValueOne of the Position Enumeration values. RemarksThe property specifies the position of the primary inner chart axis. Each radar / polar chart can have many inner axes, which look like radiuses, equally distributed in the chart circle (polygon). The count of the inner axes depends on the count of the longest list added to the Data property. All inner axes are drawn with the InnerAxisPen. Only one of them has labels on it and its position is specified with InnerAxisPosition. The type of labels drawn at the inner axis is specified with InnerAxisLabelType. Custom labels are set with InnerAxisLabels. Default value for the InnerAxisPosition property is Position.Bottom. See Also |