ChartElementType Enumeration
.NET Framework (current version)
Specifies a chart element type.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Member name | Description | |
|---|---|---|
| Annotation | Any object derived from the Annotation class. | |
| Axis | An Axis object. | |
| AxisLabelImage | An Axis label image. | |
| AxisLabels | An Axis label. | |
| AxisTitle | An Axis title. | |
| DataPoint | A DataPoint object. | |
| DataPointLabel | A series DataPoint label. | |
| Gridlines | Any major or minor grid line, either vertical or horizontal. | |
| LegendArea | The area inside a Legend object. Does not include the space occupied by legend items. | |
| LegendHeader | A Legend header. | |
| LegendItem | A LegendItem object. | |
| LegendTitle | A Legend title. | |
| Nothing | No chart element. | |
| PlottingArea | The plotting area, which is the chart area excluding axes, labels, and so on. Also excludes the regions that data points might occupy. | |
| StripLines | A StripLine object. | |
| TickMarks | Any major or minor TickMark object. | |
| Title | The title of a Chart. |
.NET Framework
Available since 4.0
Available since 4.0
Show: