GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace : IChart Interface |
The following tables list the members exposed by IChart.
Name | Description | |
---|---|---|
Action | The Action object of this report item. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem) | |
Bookmark | Specifies a bookmark that can be linked to via a Bookmark action. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem) | |
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. | |
DataElementName | The name to use for the data element or attribute for this report item when rendered via a data oriented rendering extension (e.g. XML). (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem) | |
DataElementOutput | Indicates how this item should appear when rendered with a data oriented rendering device. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem) | |
DataPointCategoryCount | Gets the category count. | |
DataPointCollection | Gets the DataPoint collection. | |
DataPointSeriesCount | Gets the series count. | |
DataSetName | Specifies which data set to use for this data region. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDataRegion) | |
DefinitionSeriesCount | Gets count of series defined in ChartData of the chart definition. | |
DocumentMapPath | (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem) | |
Height | Height of the item. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem) | |
Hidden | Indicates if this report item should be hidden. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem) | |
HorizontalResolution | Horizontal resolution (DPI) of the image. | |
IsDynamicallyHidden | Determines if this item has dynamic visiblity and is hidden. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem) | |
KeepTogether | Indicates the entire data region should be kept together on one page if possible. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDataRegion) | |
Label | Provides a user friendly label for an instance of an item. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem) | |
Left | The distance of the item from the left of the containing object. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem) | |
Legend | Gets chart legend. | |
Name | The name of this report item. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem) | |
NewSection | Indicating whether a region is in it's own section. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.ISectionRegion) | |
NoRows | Indicates if the DataRegion has no rows available. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDataRegion) | |
NoRowsMessage | Message to display in the DataRegion when no rows of data are available. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDataRegion) | |
NoRowsTextBox | Returns a renderable textbox suitable for displaying NoRowsMessage for this instance.Returns a renderable textbox suitable for displaying NoRowsMessage for this instance. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDataRegion) | |
OverflowName | Overflow name (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IOverflowItem) | |
OwnHidden | (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem) | |
PageBreakAtEnd | Indicates the report should page break at the end of the data region. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDataRegion) | |
PageBreakAtStart | Indicates the report should page break at the start of the data region. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDataRegion) | |
Palette | Gets chart palette. | |
Parent | Sets or returns a reference to this object's parent. If the parent is unavailable null is returned. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IRenderComponent) | |
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 | ||
RenderComponents | Returns a collection of render components. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IRenderComponent) | |
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. | |
Style | Returns style of the report item. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem) | |
Subtype | Gets chart subtype. | |
ThreeDProperties | Gets properties to setup 3D-chart. | |
Title | Gets chart title properties. | |
ToggleItem | Specifies a report item that users can click toggle the visibility of this item. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem) | |
ToolTip | Contains a textual label for the item. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem) | |
Top | The distance of the item from the top of the containing object. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem) | |
TopFromRootContainer | The Top position relative to the report item's root container. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem) | |
Type | Gets chart type. | |
ValueAxis | Gets chart value axis. | |
VerticalResolution | Vertical resolution (DPI) of the image. | |
Width | Width of the item. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem) | |
ZIndex | Specifies drawing order of the report item within the containing object. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem) |
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. | |
GetRenderer | Gets a renderer of the specified type that can render this component. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem) | |
GetSeriesPlotType | Gets plot type of chart series defined in ChartData at specified index. | |
GetService | (Inherited from System.IServiceProvider) | |
Initialize | Initializes the report item. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem) | |
OnClick | Wrapper for the OnClick event. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem) | |
OnDoubleClick | Wrapper for the OnDoubleClick event. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem) | |
OnMove | Wrapper for the OnMove event (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem) | |
OnValueChange | Wrapper for the ValueChange event. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem) | |
SetDpi | Sets the dpi on the chart. | |
SetLocation | Sets the report control location. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem) | |
SetSize | Set the size of this report item. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem) |