CustomLabel.LabelMark Property

Definition

Gets or sets the label mark for a custom label. This applies to labels in the second row only.

public:
 property System::Web::UI::DataVisualization::Charting::LabelMarkStyle LabelMark { System::Web::UI::DataVisualization::Charting::LabelMarkStyle get(); void set(System::Web::UI::DataVisualization::Charting::LabelMarkStyle value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Web.UI.DataVisualization.Charting.LabelMarkStyle LabelMark { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.LabelMark : System.Web.UI.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.

Applies to