Chart Class
Represents a chart.
- Inheritance:
- System.ObjectChart
Remarks
Chart is an element that represents data in graphical form.
In order to create, edit, or export charts, the GemBox.Spreadsheet library needs to be loaded. Without it, charts will be preserved instead of being loaded.
For more information, see charts example.
Properties
ChartType
Gets the ChartType of this chart.
Property Value
ExcelChart
Gets the actual chart as an instance of GemBox.Spreadsheet.Charts.ExcelChart.
Property Value
- System.Object
The actual chart as an instance of GemBox.Spreadsheet.Charts.ExcelChart.
Frame
Gets the frame that contains this chart.
Property Value
The frame that contains this chart.