The following tables list the members exposed by IChart.
Name | Description | |
---|---|---|
CategoriesCount | Gets a count of the number of categories in this chart. | |
CategoryMemberCollection | Gets top-level category grouping members. | |
DataPointCategoryCount | Gets the category count. | |
DataPointCollection | Gets the DataPoint collection. | |
DataPointSeriesCount | Gets the series count. | |
HorizontalResolution | Horizontal resolution (DPI) of the image. | |
PlainCategoryMembers | Gets the category members as an array of chart members. | |
PlainSeriesMembers | Gets the series members as an array of chart members. | |
SeriesCount | Gets a count of the number of series in this chart. | |
SeriesMemberCollection | Gets the series member collection. | |
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. | |
SetDpi | Sets the dpi on the chart. |