This documentation is archived and is not being maintained.
ChartElementType Enumeration
Visual Studio 2010
Specifies a chart element type.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Member name | Description | |
|---|---|---|
| Nothing | No chart element. | |
| Title | The title of a Chart. | |
| PlottingArea | The plotting area, which is the chart area excluding axes, labels, and so on. Also excludes the regions that data points might occupy. | |
| Axis | An Axis object. | |
| TickMarks | Any major or minor TickMark object. | |
| Gridlines | Any major or minor grid line, either vertical or horizontal. | |
| StripLines | A StripLine object. | |
| AxisLabelImage | An Axis label image. | |
| AxisLabels | An Axis label. | |
| AxisTitle | An Axis title. | |
| DataPoint | A DataPoint object. | |
| DataPointLabel | A series DataPoint label. | |
| LegendArea | The area inside a Legend object. Does not include the space occupied by legend items. | |
| LegendTitle | A Legend title. | |
| LegendHeader | A Legend header. | |
| LegendItem | A LegendItem object. | |
| Annotation | Any object derived from the Annotation class. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: