[]
Represents the interface for the chart report item.
public interface IChart : IDataRegion, IOverflowItem, ISectionRegion, IPageRegion, IStaticItem, IReportItem, IRenderComponent, IServiceProvider, IDocumentMapItem
| Name | Description |
|---|---|
| CategoriesCount | Gets the count of the number of categories in this chart. |
| CategoryAxis | Gets the chart category axis. |
| CategoryGroupingsCount | Gets the number of category groupings defined in the chart definition. |
| CategoryMemberCollection | Gets the top-level category grouping members. |
| ChartSeries | Gets the chart series collection. |
| ChartValueAxes | Gets the chart value axes collection. |
| DataPointCategoryCount | Gets the category count. |
| DataPointCollection | Gets the data point collection. |
| DataPointSeriesCount | Gets the series count. |
| DefinitionSeriesCount | Gets the count of series defined in the chart data of the chart definition. |
| Legend | Gets the chart legend. |
| Palette | Gets the chart palette. |
| PlainCategoryMembers | Gets the category members as an array of chart members. |
| PlainSeriesMembers | Gets the series members as an array of chart members. |
| PlotArea | Gets the chart plot area. |
| PointWidth | Specifies the point width. |
| ReferenceLine | Gets the reference line. |
| SeriesCount | Gets the count of the number of series in this chart. |
| SeriesMemberCollection | Gets the series member collection. |
| Subtype | Gets the chart subtype. |
| ThreeDProperties | Gets the properties to setup the 3D-chart. |
| Title | Gets the chart title properties. |
| Type | Gets the chart type. |