CustomLabel.LabelMark Property

Definition

Gets or sets the label mark for a custom label. This applies to labels in rows other than the first row.

C#
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle LabelMark { get; set; }

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.

Applies to

Produkt Verzie
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1