Class LabelFormatBehavior
Specifies the RadChart number format behavior.
Inheritance
System.Object
LabelFormatBehavior
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public sealed class LabelFormatBehavior : Enum
Fields
HumanReadable
Specifies that numbers should be formatted in a human readable form.
Declaration
public const LabelFormatBehavior HumanReadable
Field Value
LabelFormatBehavior
|
None
Specifies that numbers should not be formatted.
Declaration
public const LabelFormatBehavior None
Field Value
LabelFormatBehavior
|
Scientific
Specifies that numbers should be formatted in a scientific form.
Declaration
public const LabelFormatBehavior Scientific
Field Value
LabelFormatBehavior
|
value__
Declaration
public int value__
Field Value
System.Int32
|