Back to Devexpress

ChartElementFormat Members

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

latest6.0 KB
Original Source

ChartElementFormat Members

Lists formats applied to axis and series labels.

Properties

NameDescription
Day staticDisplays days in the specified date range
DayOfWeek staticDisplays days of the week in the specified date range.
Hour staticDisplays hours.
LongDate staticDisplays a date in the dddd, MMMM dd, yyyy format (for example, Thursday, January 01, 1970).
LongDateLongTime staticDisplays a date-time value in the dddd, MMMM dd, yyyy, hh:mm:ss format (for example, Thursday, January 01, 1970, 12:00:00 AM).
LongTime staticDisplays a time value in the hh:mm:ss format (for example, 12:00:00 AM).
Millisecond staticDisplays milliseconds.
Minute staticDisplays minutes.
Month staticDisplays months.
MonthAndDay staticDisplays a date in the MMMM dd format.
MonthAndYear staticDisplays a date in the yyyy MMMM format.
Quarter staticDisplays a quarter of the year.
QuarterAndYear staticDisplays a quarter and year.
Second staticDisplays seconds.
ShortDate staticDisplays a time value in the m/dd/yyyy format.
ShortDateShortTime staticDisplays a date in the m/dd/yyyy, hh:mm format.
ShortTime staticDisplays a time value in the hh:mm format.
Year staticDisplays years.

Methods

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.

Operators

NameDescription
Implicit(ChartAxisLabelFormat to ChartElementFormat) staticDefines an implicit conversion of an obsolete label format to a ChartElementFormat class instance.

See Also

ChartElementFormat Class

DevExpress.Blazor Namespace