GC.Spread.Sheets.Charts Namespace
In This Topic
Namespace for charts.
Types
| type | Description |
| Chart | Represents a chart. |
| ChartCollection | Represents a chart manager that managers all charts in a sheet. |
| DataPoints | Represents the dataPoint collection that managers all dataPoints in a chart series. |
| ErrorBarType | Specifies the type of error bar in series enum {number} |
| ErrorBarValueType | Specifies the value type of error bar in series enum {number} |
| LineType | Specifies the type of line in series enum {number} |
| SeriesCollection | Represents the series manager that managers all series in a chart. |
| SymbolShape | Specifies the shape of symbol in series enum {number} |
Enumerations
| Enumeration | Description |
| AxisGroup | Specifies the type of axis group. |
| ChartType | Specifies the chart type. |
| DataLabelPosition | Specifies where the data label is positioned. |
| DisplayBlanksAs | Specifies the way of the chart display blank data. |
| LegendPosition | Specifies the position of the legend on a chart. |
| RowCol | Specifies whether the values corresponding to a particular data series are in rows or columns. |
| TickLabelPosition | Specifies the position of tick-mark labels on the specified axis. |
| TickMark | Specifies the position of major and minor tick marks for an axis. |
| TrendlineType | Specifies how the trendline that smoothes out fluctuations in the data is calculated. |
See Also