MindFusion.Charting Programmer's Guide

RadarChart.LabelPrefix Property

See Also
 





Gets or sets the prefix for radar labels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public string LabelPrefix { get; set; }

Visual Basic  Copy Code

Public Property LabelPrefix As String

 Property Value

A string value.

 Remarks

The property specifies a prefix drawn before each label at the inner and / or outer axis of radar charts. Prefix is not drawn when the axis has no labels or shows the auto scale.

There are no limitations as to the format or length of the prefix. You can use LabelPrefix to set unit of measure, currency mark or any other text related to your data.

Default value for the LabelPrefix property is an empty string.

 See Also