Gets or sets the division coefficient for numerical values. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public double DivisionCoef { get; set; } |
Visual Basic
![]() |
---|
Public Property DivisionCoef As Double |
A double value that represents the division coefficient. Default is Double.NaN.
DivisionCoef enables you to cancel big numbers with a custom-set divisor. The unit of measure is set with the DivisionLabel property. It is drawn besides the TitleLabel, if present.