Specifies the division coefficient for pie data. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public double DivisionCoef { get; set; } |
Visual Basic
![]() |
---|
Public Property DivisionCoef As Double |
A double value that represents the coefficient.
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.