CustomLabel.LabelMark Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Property Value
A LabelMarkStyle enumeration value that determines the type of label mark, if any, to be used.
- Attributes
Remarks
Label marks can only be used for the second row of labels, and are usually used to group labels together from the first row.
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.