MindFusion.Charting Programmer's Guide

AxisSettings.DivisionLabel Property

See Also
 





Gets or sets the unit of measure when numbers are cancelled.

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. Default value is an empty string ("").

 Remarks

Numbers are cancelled with the DivisionCoef. The value of DivisionLabel is not considered if DivisionCoef is not specified or the labels are not numbers but DateTime values. The DivisionLabel is drawn besides the TitleLabel and uses the same alignment, position and orientation.

 See Also