Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ChartElementFormat Methods
Show Inherited Hide Inherited

Lists formats applied to axis and series labels.
Name Description
Billions(Nullable<Byte>) static Displays numbers as a billion.
Decimal(Nullable<Byte>) static Formates numbers as decimals
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Exponential(Nullable<Byte>) static Displays numbers in exponential notation.
FixedPoint(Nullable<Byte>) static Displays numbers with a fixed point.
FromLdmlString(String) static Sets a custom format for chart labels.
GetType() Gets the Type of the current instance. Inherited from Object.
LargeNumber(Nullable<Byte>) static Uses the “Thousands”, “Millions”, “Billions”, or “Trillions” format depending on the values.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Millions(Nullable<Byte>) static Displays numbers as a million.
Percent(Nullable<Byte>) static Displays numbers as percentages.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Thousands(Nullable<Byte>) static Displays numbers as a thousand.
ToString() Returns a string that represents the current object. Inherited from Object.
Trillions(Nullable<Byte>) static Displays numbers as a trillion.
See Also