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


Specifies a chart element type.


Chart Element Type enumeration

Syntax

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

Members

Member Description
Nothing

No chart element.


No chart element.
DataPoint

A DataPoint object.


A DataPoint marker.


A DataPoint object.
Axis

An Axis object.


An Axis object.
PlottingArea

Plotting area (chart area excluding axes, labels, etc.). Also excludes the regions that data points may occupy.


Plotting area (chart area excluding axes, labels, etc.). Also excludes the regions that data points may occupy.
LegendArea

The area inside a Legend object. Does not include the space occupied by legend items.


The area inside a Legend object. Does not include the space occupied by legend items.
LegendItem

A LegendItem object.


A LegendItem object.
GridLines

Any major or minor grid line (both vertical or horizontal).


Any major or minor grid line (both vertical or horizontal).
StripLines

A StripLine object.


A StripLine object.
TickMarks

Any major or minor tick mark.


Any major or minor tick mark.
Title

The title of a chart.


The title of a chart.
AxisLabels

An AxisLabel object.


Axis Labels
AxisTitle

An AxisTitle object.


Axis Title
SBThumbTracker

A scrollbar tracking thumb.


A scrollbar tracking thumb.
SBSmallDecrement

A scrollbar small decrement button. A "down arrow" button for a vertical scrollbar, or a "left arrow" button for a horizontal scrollbar.


A scrollbar small decrement button. A "down arrow" button for a vertical scrollbar, or a "left arrow" button for a horizontal scroll bar.
SBSmallIncrement

A scrollbar small increment button. An "up arrow" button for a vertical scrollbar, or a "right arrow" button for a horizontal scrollbar.


A scrollbar small increment button. An "up arrow" button for a vertical scrollbar, or a "right arrow" button for a horizontal scroll bar.
SBLargeDecrement

The background of a scrollbar that will result in a large decrement in the view size when clicked. This is the background below the thumb for a vertical scrollbar, and to the left of the thumb for a horizontal scrollbar.


The background of a scrollbar that will result in a large decrement in the view size when clicked. This is the background below the thumb for a vertical scrollbar, and to the left of the thumb for a horizontal scrollbar.
SBLargeIncrement

The background of a scrollbar that will result in a large increment in the view size when clicked. This is the background above the thumb for a vertical scrollbar, and to the right of the thumb for a horizontal scrollbar.


The background of a scrollbar that will result in a large increment in the view size when clicked. This is the background above the thumb for a vertical scrollbar, and to the right of the thumb for a horizontal scrollbar.
SBZoomReset

The ZoomReset button of a scrollbar.


The ZoomReset button of a scrollbar.
Annotation

Any Annotation-derived object.


Chart annotation object.
DataPointLabel

A DataPoint Label.


Series data point label.
Toolbar

The chart toolbar object.


Chart toolbar.
AxisLabelImage

An AxisLabelImage object.


Axis Label Image
LegendTitle A legend title.
Legend Title
LegendHeader A legend header.
Legend Header

Inheritance Hierarchy

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

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.