Gets or sets the label mark for a custom label (second row only).
Defines marks for the labels in the second row. Major tick mark line style is used for drawing.
Visual Basic (Declaration) | |
---|---|
Public Property LabelMark As LabelMark |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public LabelMark LabelMark {get; set;} |
Return Value
A LabelMark enumeration value that determines the type of label mark to be used, if any.
Label marks can only be used for the second row of labels, and usually are used to group labels together from the first row. See the Label Rows, OffSets and Sizing/Positioning topic for an example of this.
The major tick mark's line style of the relevant Axis object is used for the line pattern of the mark (e.g. AxisX.MajorTickMark.LineStyle property).
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family