| Visual Basic (Declaration) | |
|---|---|
| Public Enum LabelMark Inherits Enum | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public enum LabelMark : Enum | |
| Member | Description | 
|---|---|
| None | Not set. | 
| SideMark | Mark labels using side marks. | 
| LineSideMark | Mark labels using line and side marks. | 
| Box | Draws a box around the label. Box always starts at the axis position. | 
System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.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
 
  
  
  
 