MindFusion.Charting Programmer's Guide

PieChart.DivisionLabel Property

See Also
 





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

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

 Syntax

C#  Copy Code

public string DivisionLabel { get; }

Visual Basic  Copy Code

Public ReadOnly Property DivisionLabel As String

 Property Value

A string that specifies 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