Class ChartSheet
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
ChartTitleArea
Gets title text area. Read-only.
public ChartTextArea ChartTitleArea { get; }
Property Value
Comments
Represents comments collection for the worksheet. Read-only.
public CommentsCollection Comments { get; }
Property Value
DataRange
DataRange for the chart series.
public CellRange DataRange { get; set; }
Property Value
DataTable
Returns a DataTable object that represents the chart data table.
public ChartDataTable DataTable { get; }
Property Value
Floor
Returns a Floor object that represents the floor of the 3-D chart
public ChartWallOrFloor Floor { get; }
Property Value
Legend
Represents chart legend.
public ChartLegend Legend { get; }
Property Value
PageSetup
Page setup for the chart.
public ChartPageSetup PageSetup { get; }
Property Value
PlotArea
Returns a PlotArea object that represents the plot area of a chart.
public ChartPlotArea PlotArea { get; }
Property Value
PrimaryCategoryAxis
Returns primary category axis.
public ChartCategoryAxis PrimaryCategoryAxis { get; }
Property Value
PrimarySerieAxis
Returns primary series axis.
public ChartSeriesAxis PrimarySerieAxis { get; }
Property Value
PrimaryValueAxis
Returns primary value axis.
public ChartValueAxis PrimaryValueAxis { get; }
Property Value
SecondaryCategoryAxis
Returns secondary category axis.
public ChartCategoryAxis SecondaryCategoryAxis { get; }
Property Value
SecondaryValueAxis
Returns secondary value axis.
public ChartValueAxis SecondaryValueAxis { get; }
Property Value
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
Walls
Represents chart walls.
public ChartWallOrFloor Walls { get; }
Property Value
Workbook
Workbook which contains the chart.
public Workbook Workbook { get; }
Property Value
Methods
ToSVGStream(Stream)
Convert chart to Svg stream
public void ToSVGStream(Stream stream)
Parameters
stream
Streamstream.