MindFusion.Charting Programmer's Guide

PieChart.DivisionLabel Property

See Also
 





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

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public string DivisionLabel { get; set; }

Visual Basic  Copy Code

Public Property DivisionLabel As String

 Property Value

A string object that represents the unit of measure.

 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