MindFusion.Charting Programmer's Guide

PieChart.DivisionCoef Property

See Also
 





Specifies the division coefficient for pie data.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public double DivisionCoef { get; set; }

Visual Basic  Copy Code

Public Property DivisionCoef As Double

 Property Value

A double value that represents the coefficient.

 Remarks

The property specifies the division coefficient, with which pie data is cancelled. Use DivisionLabel to set the unit of measure when pie data has been cancelled.

The DivisionCoef property is not considered if none of the InnerLabelType and OuterLabelType properties is set to LabelType.Data.

Default value for the DivisionCoef property is Double.NaN, that is the numbers are not divided.

 See Also