| ChartType Enumeration |
Represents chart type.
Namespace:
Dynamicweb.Controls.Charts
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax Public Enumeration ChartType
Members
| Member name | Value | Description |
---|
| Custom | 0 |
Custom chart type.
|
| Table | 1 |
Table.
|
| TreeMap | 2 |
Tree map.
|
| Sparkline | 3 |
Sparkline.
|
| Scatter | 4 |
Scatter chart.
|
| Pie | 5 |
Pie chart.
|
| Org | 6 |
Org chart.
|
| Motion | 7 |
Motion chart.
|
| Line | 8 |
Line chart.
|
| IntensityMap | 9 |
Intensity map.
|
| GeoMap | 10 |
Geo map.
|
| Gauge | 11 |
Gauge.
|
| Column | 12 |
Column chart.
|
| Bar | 13 |
Bar chart.
|
| Area | 14 |
Area chart.
|
| AnnotatedTimeLine | 15 |
Annotated time line chart.
|
Remarks See Also