AxisUnit 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 AxisUnit 枚举。
public enum AxisUnit
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)]
public enum AxisUnit
public readonly struct AxisUnit : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit>, IEquatable<DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit>
type AxisUnit =
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)>]
type AxisUnit =
type AxisUnit = struct
interface IEnumValue
interface IEnumValueFactory<AxisUnit>
Public Enum AxisUnit
Public Structure AxisUnit
Implements IEnumValue, IEnumValueFactory(Of AxisUnit), IEquatable(Of AxisUnit)
- 继承
-
AxisUnit
- 继承
-
AxisUnit
- 属性
字段
名称 | 值 | 说明 |
---|---|---|
Hundreds | 0 | 数百。 当项序列化为 xml 时,其值为“百”。 |
Thousands | 1 | 数以千计。 当项序列化为 xml 时,其值为“thousands”。 |
TenThousands | 2 | tenThousands. 当项序列化为 xml 时,其值为“tenThousands”。 |
HundredThousands | 3 | hundredThousands。 当项序列化为 xml 时,其值为“hundredThousands”。 |
Millions | 4 | 数百万。 当项序列化为 xml 时,其值为“百万”。 |
TenMillions | 5 | 1000万。 当项序列化为 xml 时,其值为“tenMillions”。 |
HundredMillions | 6 | 一百万。 当项序列化为 xml 时,其值为“一百万”。 |
Billions | 7 | 数十亿。 当项序列化为 xml 时,其值为“亿”。 |
Trillions | 8 | 万亿。 当项序列化为 xml 时,其值为“万亿”。 |
Percentage | 9 | 百分比。 将项序列化为 xml 时,其值为“百分比”。 |
AxisUnit(String) | 创建新的 AxisUnit 枚举实例 |
|
Billions | 数十亿。 当项序列化为 xml 时,其值为“亿”。 |
|
Equality(AxisUnit, AxisUnit) | ||
Equals(AxisUnit) | ||
Equals(Object) | ||
GetHashCode() | ||
HundredMillions | 一百万。 当项序列化为 xml 时,其值为“一百万”。 |
|
Hundreds | 数百。 当项序列化为 xml 时,其值为“百”。 |
|
HundredThousands | hundredThousands。 当项序列化为 xml 时,其值为“hundredThousands”。 |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<AxisUnit>.Create(String) | ||
Inequality(AxisUnit, AxisUnit) | ||
Millions | 数百万。 当项序列化为 xml 时,其值为“百万”。 |
|
Percentage | 百分比。 将项序列化为 xml 时,其值为“百分比”。 |
|
TenMillions | 1000万。 当项序列化为 xml 时,其值为“tenMillions”。 |
|
TenThousands | tenThousands. 当项序列化为 xml 时,其值为“tenThousands”。 |
|
Thousands | 数以千计。 当项序列化为 xml 时,其值为“thousands”。 |
|
ToString() | ||
Trillions | 万亿。 当项序列化为 xml 时,其值为“万亿”。 |