MindFusion WinForms Programmer's Guide
RadarChart.OuterLabelCustomFormat Property
See Also
 





Gets or sets the format for the labels at the outer axis when OuterLabelFormat is set to Custom.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public string OuterLabelCustomFormat { get; set; }

Visual Basic  Copy Code

Public Property OuterLabelCustomFormat As String

 Property Value

A string value specifying the custom format. By default the number is left as it is with no trailing zeros ("0").

 See Also

RadarChart Members
RadarChart Class
MindFusion.Charting Namespace