Dundas.SharePoint.Charting.WebParts Send comments on this topic.
LabelMark Enumeration
See Also  
Dundas.Charting.WebControl Namespace : LabelMark Enumeration


Custom label marking type

Syntax

Visual Basic (Declaration)  
Public Enum LabelMark 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As LabelMark
C#  
public enum LabelMark : Enum 

Members

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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.LabelMark

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