CustomLabel.LabelMark Property

.NET Framework (current version)
 

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

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

[<BindableAttribute(true)>]
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member LabelMark : LabelMarkStyle with get, set

Property Value

Type: System.Web.UI.DataVisualization.Charting.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.

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.

.NET Framework
Available since 4.0
Return to top
Show: