CustomLabel.LabelMark 属性
定义
获取或设置自定义标签的标签标记。Gets or sets the label mark for a custom label. 这适用于除第一行以外的行中的标签。This applies to labels in rows other than the first row.
public:
property System::Windows::Forms::DataVisualization::Charting::LabelMarkStyle LabelMark { System::Windows::Forms::DataVisualization::Charting::LabelMarkStyle get(); void set(System::Windows::Forms::DataVisualization::Charting::LabelMarkStyle value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle LabelMark { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.LabelMark : System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle with get, set
Public Property LabelMark As LabelMarkStyle
属性值
一个 LabelMarkStyle 枚举值,该值确定要使用的标签标记的类型(如果有)。A LabelMarkStyle enumeration value that determines the type of label mark, if any, to be used.
- 属性
注解
标签标记仅可用于标记的第二行,通常用于将标签从第一行组合在一起。Label marks can only be used for the second row of labels, and are usually used to group labels together from the first row.
相关对象的主要刻度线线样式 Axis 用于标记的线条模式,例如,AxisX. MajorTickMark. linedashstyle. 属性。The major tick mark's line style of the relevant Axis object is used for the line pattern of the mark, for example, the AxisX.MajorTickMark.LineDashStyle property.