MindFusion WinForms Programmer's Guide
PieChart.DivisionLabel Property
See Also
 





Specifies the unit of measure for data in the pie chart.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public string DivisionLabel { get; set; }

Visual Basic  Copy Code

Public Property DivisionLabel As String

 Property Value

A string value that represents the division label.

 Remarks

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.

 See Also

PieChart Members
PieChart Class
MindFusion.Charting.WinForms Namespace