Specifies a mark for custom labels.
Custom label marking type
Visual Basic (Declaration) | |
---|---|
Public Enum LabelMark Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum LabelMark : Enum |
Member | Description |
---|---|
None |
No label marks are used. Not set. |
SideMark |
Custom labels will use side marks. Mark labels using side marks. |
LineSideMark |
Custom labels will use line and side marks. Mark labels using line and side marks. |
Box |
Custom labels will use box marks. Draws a box around the label. Box always starts at the axis position. |
The LabelMark enumeration represents mark(s) for custom labels that are displayed along the second axis label row, and is used in conjunction with the LabelMark property of the CustomLabel class.
System.Object
System.ValueType
System.Enum
Dundas.Charting.WinControl.LabelMark
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