Table of Contents

Class ChartSheet

Namespace
Spire.Xls
Assembly
Spire.XLS.dll
public class ChartSheet : XlsChart, IDisposable, INamedObject, ITabSheet, IExcelApplication, IChart, ICloneParent
Inheritance
ChartSheet
Implements
Inherited Members

Properties

ChartArea

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

public ChartArea ChartArea { get; }

Property Value

ChartArea

ChartTitleArea

Gets title text area. Read-only.

public ChartTextArea ChartTitleArea { get; }

Property Value

ChartTextArea

Comments

Represents comments collection for the worksheet. Read-only.

public CommentsCollection Comments { get; }

Property Value

CommentsCollection

DataRange

DataRange for the chart series.

public CellRange DataRange { get; set; }

Property Value

CellRange

DataTable

Returns a DataTable object that represents the chart data table.

public ChartDataTable DataTable { get; }

Property Value

ChartDataTable

Floor

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

public ChartWallOrFloor Floor { get; }

Property Value

ChartWallOrFloor

Legend

Represents chart legend.

public ChartLegend Legend { get; }

Property Value

ChartLegend

PageSetup

Page setup for the chart.

public ChartPageSetup PageSetup { get; }

Property Value

ChartPageSetup

PlotArea

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

public ChartPlotArea PlotArea { get; }

Property Value

ChartPlotArea

PrimaryCategoryAxis

Returns primary category axis.

public ChartCategoryAxis PrimaryCategoryAxis { get; }

Property Value

ChartCategoryAxis

PrimarySerieAxis

Returns primary series axis.

public ChartSeriesAxis PrimarySerieAxis { get; }

Property Value

ChartSeriesAxis

PrimaryValueAxis

Returns primary value axis.

public ChartValueAxis PrimaryValueAxis { get; }

Property Value

ChartValueAxis

SecondaryCategoryAxis

Returns secondary category axis.

public ChartCategoryAxis SecondaryCategoryAxis { get; }

Property Value

ChartCategoryAxis

SecondaryValueAxis

Returns secondary value axis.

public ChartValueAxis SecondaryValueAxis { get; }

Property Value

ChartValueAxis

Series

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.

public ChartSeries Series { get; }

Property Value

ChartSeries

Walls

Represents chart walls.

public ChartWallOrFloor Walls { get; }

Property Value

ChartWallOrFloor

Workbook

Workbook which contains the chart.

public Workbook Workbook { get; }

Property Value

Workbook

Methods

ToSVGStream(Stream)

Convert chart to Svg stream

public void ToSVGStream(Stream stream)

Parameters

stream Stream

stream.