MindFusion.Charting Programmer's Guide

RadarChart.LabelSuffix Property

See Also
 





Gets or sets a string suffix drawn with radar labels.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public string LabelSuffix { get; }

Visual Basic  Copy Code

Public ReadOnly Property LabelSuffix As String

 Property Value

A string.

 Remarks

The property specifies a suffix drawn after each label at the inner and / or outer axis of radar charts. Suffix 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 suffix. You can use LabelSuffix to set unit of measure, currency mark or any other text related to your data.

Default value for the LabelSuffix property is an empty string.

 See Also