MarkerStyle 枚举
定义
指定标记的样式。Specifies a style for markers.
public enum class MarkerStyle
public enum MarkerStyle
type MarkerStyle =
Public Enum MarkerStyle
- 继承
字段
| Circle | 2 | 显示圆形标记。A circular marker is displayed. |
| Cross | 5 | 显示十字形标记。A cross-shaped marker is displayed. |
| Diamond | 3 | 显示菱形标记。A diamond-shaped marker is displayed. |
| None | 0 | 不为序列或数据点显示任何标记。No marker is displayed for the series or data point. |
| Square | 1 | 显示正方形标记。A square marker is displayed. |
| Star10 | 9 | 显示十角星形标记。A 10-point star-shaped marker is displayed. |
| Star4 | 6 | 显示十字星形标记。A 4-point star-shaped marker is displayed. |
| Star5 | 7 | 显示五角星形标记。A 5-point star-shaped marker is displayed. |
| Star6 | 8 | 显示六角星形标记。A 6-point star-shaped marker is displayed. |
| Triangle | 4 | 显示三角形标记。A triangular marker is displayed. |
注解
MarkerStyle枚举表示用于序列或数据点标记的样式。The MarkerStyle enumeration represents the style used for a series or data point marker. 它用作 MarkerStyle 属性和属性的值 MarkerStyle 。It is used as a value for the MarkerStyle property and the MarkerStyle property.