Dundas Chart for Windows Forms
LabelMark Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > CustomLabel Class : LabelMark Property


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.

Syntax

Visual Basic (Declaration)  
Public Property LabelMark As LabelMark
Visual Basic (Usage) Copy Code
Dim instance As CustomLabel
Dim value As LabelMark
 
instance.LabelMark = value
 
value = instance.LabelMark
C#  
public LabelMark LabelMark {get; set;}

Return Value

A LabelMark enumeration value that determines the type of label mark to be used, if any.

Remarks

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).

Requirements

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

See Also

© 2009 All Rights Reserved.