ChartElementFormat Methods
Lists formats applied to axis and series labels.
Name | Description |
---|---|
Billions |
Displays numbers as a billion. |
Decimal |
Formates numbers as decimals |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Exponential |
Displays numbers in exponential notation. |
Fixed |
Displays numbers with a fixed point. |
From |
Sets a custom format for chart labels. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Large |
Uses the “Thousands”, “Millions”, “Billions”, or “Trillions” format depending on the values. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Millions |
Displays numbers as a million. |
Percent |
Displays numbers as percentages. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Thousands |
Displays numbers as a thousand. |
To |
Returns a string that represents the current object. Inherited from Object. |
Trillions |
Displays numbers as a trillion. |
See Also