LabelMarkStyle 枚举
定义
指定自定义标签的标记。Specifies a mark for custom labels.
public enum class LabelMarkStyle
public enum LabelMarkStyle
type LabelMarkStyle =
Public Enum LabelMarkStyle
- 继承
字段
| Box | 3 | 在标签四周绘制一个框。Draws a box around the label. 该框始终从轴位置开始。The box always starts at the axis position. |
| LineSideMark | 2 | 自定义标签使用线条和旁注。Custom labels use line and side marks. |
| None | 0 | 不使用标签标记。No label marks are used. |
| SideMark | 1 | 自定义标签使用旁注。Custom labels use side marks. |
注解
LabelMarkStyle枚举表示在第二个轴标签行上显示的自定义标签的标记 (s) 。The LabelMarkStyle enumeration represents mark(s) for custom labels that are displayed along the second axis label row. 该行只能从自定义标签生成。This row can only be generated from custom labels. 此枚举与类的属性结合使用 LabelMark CustomLabel 。This enumeration is used in conjunction with the LabelMark property of the CustomLabel class.