MarkerStyleValues Enum
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
标记样式
public enum MarkerStyleValues
public readonly struct MarkerStyleValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues>
type MarkerStyleValues =
type MarkerStyleValues = struct
interface IEnumValue
interface IEnumValueFactory<MarkerStyleValues>
Public Enum MarkerStyleValues
Public Structure MarkerStyleValues
Implements IEnumValue, IEnumValueFactory(Of MarkerStyleValues), IEquatable(Of MarkerStyleValues)
- 继承
-
MarkerStyleValues
- 继承
-
MarkerStyleValues
字段
| 名称 | 值 | 说明 |
|---|---|---|
| Auto | 0 | 自动。 当项序列化为 xml 时,其值为“auto”。 |
| Circle | 1 | 圆形。 当项序列化为 xml 时,其值为“circle”。 |
| Dash | 2 | 虚线。 当项序列化为 xml 时,其值为“dash”。 |
| Diamond | 3 | 菱形。 当项序列化为 xml 时,其值为“diamond”。 |
| Dot | 4 | 点。 当项序列化为 xml 时,其值为“dot”。 |
| None | 5 | 无。 当项序列化为 xml 时,其值为“none”。 |
| Picture | 6 | 图片。 当项序列化为 xml 时,其值为“picture”。 |
| Plus | 7 | 加。 当项序列化为 xml 时,其值为“plus”。 |
| Square | 8 | 方形。 当项序列化为 xml 时,其值为“square”。 |
| Star | 9 | 星形。 当项序列化为 xml 时,其值为“star”。 |
| Triangle | 10 | 三角形。 当项序列化为 xml 时,其值为“triangle”。 |
| X | 11 | X. 当项序列化为 xml 时,其值为“x”。 |
| Auto | 自动。 当项序列化为 xml 时,其值为“auto”。 |
|
| Circle | 圆形。 当项序列化为 xml 时,其值为“circle”。 |
|
| Dash | 虚线。 当项序列化为 xml 时,其值为“dash”。 |
|
| Diamond | 菱形。 当项序列化为 xml 时,其值为“diamond”。 |
|
| Dot | 点。 当项序列化为 xml 时,其值为“dot”。 |
|
| Equality(MarkerStyleValues, MarkerStyleValues) | ||
| Equals(MarkerStyleValues) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<MarkerStyleValues>.Create(String) | ||
| Inequality(MarkerStyleValues, MarkerStyleValues) | ||
| MarkerStyleValues(String) | 创建新的 MarkerStyleValues 枚举实例 |
|
| None | 无。 当项序列化为 xml 时,其值为“none”。 |
|
| Picture | 图片。 当项序列化为 xml 时,其值为“picture”。 |
|
| Plus | 加。 当项序列化为 xml 时,其值为“plus”。 |
|
| Square | 方形。 当项序列化为 xml 时,其值为“square”。 |
|
| Star | 星形。 当项序列化为 xml 时,其值为“star”。 |
|
| ToString() | ||
| Triangle | 三角形。 当项序列化为 xml 时,其值为“triangle”。 |
|
| X | X. 当项序列化为 xml 时,其值为“x”。 |