Back to Devexpress

ChartElementFormat Methods

blazor-devexpress-dot-blazor-dot-chartelementformat-dot-underscore-methods.md

latest3.5 KB
Original Source

ChartElementFormat Methods

Lists formats applied to axis and series labels.

NameDescription
Billions(Nullable<Byte>) staticDisplays numbers as a billion.
Decimal(Nullable<Byte>) staticFormates numbers as decimals
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Exponential(Nullable<Byte>) staticDisplays numbers in exponential notation.
FixedPoint(Nullable<Byte>) staticDisplays numbers with a fixed point.
FromLdmlString(String) staticSets a custom format for chart labels.
GetType()Gets the Type of the current instance. Inherited from Object.
LargeNumber(Nullable<Byte>) staticUses the “Thousands”, “Millions”, “Billions”, or “Trillions” format depending on the values.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
Millions(Nullable<Byte>) staticDisplays numbers as a million.
Percent(Nullable<Byte>) staticDisplays numbers as percentages.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Thousands(Nullable<Byte>) staticDisplays numbers as a thousand.
ToString()Returns a string that represents the current object. Inherited from Object.
Trillions(Nullable<Byte>) staticDisplays numbers as a trillion.

See Also

ChartElementFormat Class

ChartElementFormat Members

DevExpress.Blazor Namespace