MindFusion.Charting Programmer's Guide

AxisSettings.DivisionCoef Property

See Also
 





Gets or sets the division coefficient for numerical values.

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 division coefficient. Default is Double.NaN.

 Remarks

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.

 See Also