Specifies the unit of measure for data in the pie chart. Namespace: MindFusion.Charting.WebForms
|
C#
![]() |
---|
public string DivisionLabel { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property DivisionLabel As String |
A string that specifies 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.