GrapeCity.ActiveReports.Extensibility.v9 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace : IChart Interface |
The following tables list the members exposed by IChart.
Name | Description | |
---|---|---|
![]() | CategoriesCount | Gets a count of the number of categories in this chart. |
![]() | CategoryAxis | Gets chart category axis. |
![]() | CategoryGroupingsCount | Gets number of category groupings defined in chart definition. |
![]() | CategoryMemberCollection | Gets top-level category grouping members. |
![]() | DataPointCategoryCount | Gets the category count. |
![]() | DataPointCollection | Gets the DataPoint collection. |
![]() | DataPointSeriesCount | Gets the series count. |
![]() | DefinitionSeriesCount | Gets count of series defined in ChartData of the chart definition. |
![]() | HorizontalResolution | Horizontal resolution (DPI) of the image. |
![]() | Legend | Gets chart legend. |
![]() | Palette | Gets 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 chart plot area. |
![]() | PointWidth | Specifies point width. |
![]() | ReferenceLine | |
![]() | RenderData | Gets or sets temporary data used in chart rendering. For internal use only. |
![]() | SeriesCount | Gets a count of the number of series in this chart. |
![]() | SeriesMemberCollection | Gets the series member collection. |
![]() | Subtype | Gets chart subtype. |
![]() | ThreeDProperties | Gets properties to setup 3D-chart. |
![]() | Title | Gets chart title properties. |
![]() | Type | Gets chart type. |
![]() | ValueAxis | Gets chart value axis. |
![]() | VerticalResolution | Vertical resolution (DPI) of the image. |
Name | Description | |
---|---|---|
![]() | GetImage | Overloaded. Returns an image of the chart in the PNG format. The image will be at the appropriate size to render at 96dpi. |
![]() | GetSeriesPlotType | Gets plot type of chart series defined in ChartData at specified index. |
![]() | SetDpi | Sets the dpi on the chart. |