ChartElementFormat Members
In This Article
#Properties
Name | Description |
---|---|
Day static | Displays days in the specified date range |
Day |
Displays days of the week in the specified date range. |
Hour static | Displays hours. |
Long |
Displays a date in the dddd, MMMM dd, yyyy format (for example, Thursday, January 01, 1970).
|
Long |
Displays a date-time value in the dddd, MMMM dd, yyyy, hh:mm:ss format (for example, Thursday, January 01, 1970, 12:00:00 AM).
|
Long |
Displays a time value in the hh:mm:ss format (for example, 12:00:00 AM).
|
Millisecond static | Displays milliseconds. |
Minute static | Displays minutes. |
Month static | Displays months. |
Month |
Displays a date in the MMMM dd format.
|
Month |
Displays a date in the yyyy MMMM format.
|
Quarter static | Displays a quarter of the year. |
Quarter |
Displays a quarter and year. |
Second static | Displays seconds. |
Short |
Displays a time value in the m/dd/yyyy format.
|
Short |
Displays a date in the m/dd/yyyy, hh:mm format.
|
Short |
Displays a time value in the hh:mm format.
|
Year static | Displays years. |
#Methods
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. |
#Operators
Name | Description |
---|---|
Implicit |
Defines an implicit conversion of an obsolete label format to a Chart |
See Also