LegendSeparatorStyle 枚举
定义
指定图例分隔符线的样式。Specifies the styles for legend separator lines.
public enum class LegendSeparatorStyle
public enum LegendSeparatorStyle
type LegendSeparatorStyle =
Public Enum LegendSeparatorStyle
- 继承
字段
DashLine | 4 | 图例分隔符是虚线。Legend separator is a dashed line. |
DotLine | 5 | 图例分隔符为点虚线。Legend separator is a dotted line. |
DoubleLine | 3 | 图例分隔符是双线。Legend separator is a double line. |
GradientLine | 6 | 图例分隔符为在末端带有渐变的实线。Legend separator is a solid line with a gradient on the ends. |
Line | 1 | 图例分隔符为实线。Legend separator is a solid line. |
None | 0 | 不显示任何分隔符。No separator will be shown. |
ThickGradientLine | 7 | 图例分隔符为在末端带有渐变的粗实线。Legend separator is a thick solid line with a gradient on the ends. |
ThickLine | 2 | 图例分隔符为粗实线。Legend separator is a thick solid line. |