Dundas Chart for ASP.NET
LabelMark Enumeration
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace : LabelMark Enumeration


Specifies a mark for custom labels.


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

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.

Remarks

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.

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.