ChartSheet module

class ChartSheet.ChartSheet

Bases: XlsChart

property ChartArea: ChartArea
<summary>

Returns an object that represents the complete chart area for the chart.

</summary>

property ChartTitleArea: ChartTextArea
<summary>

Gets title text area. Read-only.

</summary>

property Comments: CommentsCollection
<summary>

Represents comments collection for the worksheet. Read-only.

</summary>

property DataRange: CellRange
<summary>

DataRange for the chart series.

</summary>

property DataTable: ChartDataTable
<summary>

Returns a DataTable object that represents the chart data table.

</summary>

property Floor: ChartWallOrFloor
<summary>

Returns a Floor object that represents the floor of the 3-D chart

</summary>

property Legend: ChartLegend
<summary>

Represents chart legend.

</summary>

property PageSetup: ChartPageSetup
<summary>

Page setup for the chart.

</summary>

property PlotArea: ChartPlotArea
<summary>

Returns a PlotArea object that represents the plot area of a chart.

</summary>

property PrimaryCategoryAxis: ChartCategoryAxis
<summary>

Returns primary category axis.

</summary>

property PrimarySerieAxis: ChartSeriesAxis
<summary>

Returns primary series axis.

</summary>

property PrimaryValueAxis: ChartValueAxis
<summary>

Returns primary value axis.

</summary>

property SecondaryCategoryAxis: ChartCategoryAxis
<summary>

Returns secondary category axis.

</summary>

property SecondaryValueAxis: ChartValueAxis
<summary>

Returns secondary value axis.

</summary>

property Series: ChartSeries
<summary>

Returns an object that represents either a single series (a Series object) or a collection of all the series (a SeriesCollection collection) in the chart or chart group.

</summary>

ToSVGStream(stream: Stream)
<summary>

Convert chart to Svg stream

</summary> <param name=”stream”>stream.</param>

property Walls: ChartWallOrFloor
<summary>

Represents chart walls.

</summary>

property Workbook: Workbook
<summary>

Workbook which contains the chart.

</summary>