MindFusion.Charting Programmer's Guide

RadarChart.InnerLabelFormat Property

See Also
 





Gets or sets the format for labels drawn at the inner axis.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public NumberFormat InnerLabelFormat { get; set; }

Visual Basic  Copy Code

Public Property InnerLabelFormat As NumberFormat

 Property Value

One of the NumberFormat enumeration values.

 Remarks

The 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