MindFusion.Charting Programmer's Guide

RadarChart.OuterLabelFormat Property

See Also
 





Gets or sets the format for labels drawn at the outer chart axis.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public NumberFormat OuterLabelFormat { get; set; }

Visual Basic  Copy Code

Public Property OuterLabelFormat As NumberFormat

 Property Value

One of the NumberFormat enumeration values.

 Remarks

The 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