AxisBuiltInUnit Enumeration
|
Specifies the display units for an axis.
Namespace:
Spire.Doc.Fields.Shapes.Charts
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum AxisBuiltInUnit
Public Enumeration AxisBuiltInUnit
public enum class AxisBuiltInUnit
Members
|
Member name
|
Value
|
Description
|
|
None
|
0
|
Specifies the values on the chart shall displayed as is.
|
|
Custom
|
1
|
Specifies the values on the chart shall be divided by a user-defined divisor. This value is not supported
by the new chart types of MS Office 2016.
|
|
Billions
|
2
|
Specifies the values on the chart shall be divided by 1,000,000,000.
|
|
HundredMillions
|
3
|
Specifies the values on the chart shall be divided by 100,000,000.
|
|
Hundreds
|
4
|
Specifies the values on the chart shall be divided by 100.
|
|
HundredThousands
|
5
|
Specifies the values on the chart shall be divided by 100,000.
|
|
Millions
|
6
|
Specifies the values on the chart shall be divided by 1,000,000.
|
|
TenMillions
|
7
|
Specifies the values on the chart shall be divided by 10,000,000.
|
|
TenThousands
|
8
|
Specifies the values on the chart shall be divided by 10,000.
|
|
Thousands
|
9
|
Specifies the values on the chart shall be divided by 1,000.
|
|
Trillions
|
10
|
Specifies the values on the chart shall be divided by 1,000,000,000,0000.
|
|
Percentage
|
11
|
Specifies the values on the chart shall be divided by 0.01. This value is supported only by the new chart
types of MS Office 2016.
|
See Also