Specifies the unit of measure for data in the pie chart.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
C#
![]() |
---|
public string DivisionLabel { get; set; } |
Visual Basic
![]() |
---|
Public Property DivisionLabel As String |
A string value that represents the division label.
The property is used to indicate the unit of measure when the pie data has been cancelled. It is considered only if the InnerLabelType or OuterLabelType for this pie is set to LabelType.Data.
The division coefficient is specified with the DivisionCoef property.
Default value for the DivisionLabel property is an empty string.