Chart

Overview

Chart is a class in Aspose.Words FOSS for .NET. Inherits from: IChartFormatSource.

Provides access to the chart shape properties.

Properties: Axes, AxisX, AxisY, AxisZ, DataTable, Format, and 6 more.

Properties

NameTypeAccessDescription
SeriesChartSeriesCollectionReadProvides access to series collection.
SeriesGroupsChartSeriesGroupCollectionReadProvides access to a series group collection of this chart.
TitleChartTitleReadProvides access to the chart title properties.
LegendChartLegendReadProvides access to the chart legend properties.
DataTableChartDataTableReadProvides access to properties of a data table of this chart.
AxisXChartAxisReadProvides access to properties of the primary X axis of the chart.
AxisYChartAxisReadProvides access to properties of the primary Y axis of the chart.
AxisZChartAxisReadProvides access to properties of the Z axis of the chart.
AxesChartAxisCollectionReadGets a collection of all axes of this chart.
SourceFullNamestringRead/WriteGets the path and name of an xls/xlsx file this chart is linked to.
FormatChartFormatReadProvides access to fill and line formatting of the chart.
StyleChartStyleRead/WriteGets or sets the style of the chart.

See Also