Gets or sets a string suffix for labels inside/outside the pie's pieces. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public string LabelSuffix { get; set; } |
Visual Basic
![]() |
---|
Public Property LabelSuffix As String |
A string value.
The property specifies a suffix drawn behind each label inside / outside pie pieces. You can also set a prefix drawn before each label with LabelPrefix.
The prefix and suffix are the same for all pie pieces. The type of the inner and outer labels is set with InnerLabelType and OuterLabelType. Custom labels are set with InnerLabels and OuterLabels.
Default value for LabelSuffix property is an empty string.