ChartElementType Enumeration
.NET Framework 4.5
Specifies a chart element type.
Namespace: System.Web.UI.DataVisualization.Charting
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 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.