The following tables list the members exposed by ChartCore.
Name | Description | |
---|---|---|
![]() | ChartCore Constructor | ChartCore constructor. |
Name | Description | |
---|---|---|
![]() | BaseScene | The SceneGraph used for the base ChartImage. |
![]() | DataBindNotCalledMessage | String to be displayed on the chart when there is a data error resulting from the DataBind() method not being called. |
![]() | Environment | Contains environment variables which change dynamically based on the operations being performed in the chart. |
![]() | GridLayerBounds | Bounding rectangle of the grid layer. |
![]() | Is3D | Field which stores whether or not the chart being generated is 3-Dimensional. |
![]() | newHeight | New height. |
![]() | newWidth | New width. |
![]() | ScrollGridLayerBounds | Bounding rectangle of the scrollable portion of the grid layer. |
![]() | ScrollScene | The SceneGraph used for ChartImage in the scrollable window for scrollable WebCharts. |
![]() | ScrollType | An integer value representing the type of scrolling to occur in this chart. |
![]() | TitleLayerBounds | Bounding rectangle of the title layer. |
Name | Description | |
---|---|---|
![]() | ChartColorModel | Color model currently in use. |
![]() | ChartScrollBar | |
![]() | ChartType | The ChartType in context for this chart core. |
![]() | Dirty | Determines whether or not the chart is "dirty" and needs to be re-generated. |
![]() | LabelHash | Custom label hash. |
![]() | LayerHash | The hashtable containing keyed instances of layers being applied to the chart. |
![]() | SceneGraph | The SceneGraph being used by this chart core. |
![]() | SkinImage | The skin image to be used by the scrollbar. |
Name | Description | |
---|---|---|
![]() | Dispose | Releases this chart core's resources before garbage collection. |
![]() | DrawChart | Generates the entire chart image. |
![]() | DrawChartWeb | Generates the entire chart image for WebChart. |
![]() | DrawInvalidChartImage | Draws the Chart Image which indicates that a data error has occurred. |
![]() | GetAdornmentLayer | Returns a reference to the adornment layer. |
![]() | GetBorderLayer | Returns a reference to the border layer. |
![]() | GetChartInfoFromPrimitive | Returns ChartDataEventArgs corresponding to the given primitive. |
![]() | GetChartLayer | Returns a reference to the chart layer. |
![]() | GetChartPrimitiveFromPoint | Gets a primitive from a specified point on the chart image. |
![]() | GetChartPrimitiveFromRowColumn | Gets a primitive from a specified row and column combination. |
![]() | GetCurrentDataRef | Gets a reference to the IChartData object currently being used by the chart core. |
![]() | GetCurrentMultipleDataRef | Gets a reference to the array of IChartData objects currently being used by the chart core. |
![]() | GetDrillLayer | Returns a reference to the drill layer. |
![]() | GetGrid3DLayer | Returns a reference to the 3-D grid layer, if a 3-D chart type is being used. |
![]() | GetGridLayer | Returns a reference to the grid layer. |
![]() | GetIColorModel | Returns a reference to the color model. |
![]() | GetLegendLayer | Returns a reference to the legend layer. |
![]() | getProperDataForMultipleChart | Overloaded. Gets a reference to the data source for a specific primitive in a chart with multiple data sources. |
![]() | GetTitleLayer | Returns a reference to the title layer. |
![]() | Invalidate | Resets key variables and flags the chart core as dirty so that the chart will be redrawn. |
![]() | ResetDemoData | Resets the demo data used by the chart at design-time. |
![]() | ResizeAllLayers | Resizes all layers of the chart to force a refresh after invalidating. |
![]() | SetSize | Sets the size of the chart within the chart core and all layers. |
Name | Description | |
---|---|---|
![]() | CreateDemoData | we must set create demo data for the current chart type it will be used if the DataSource is null or if it is set and we are in design mode |
![]() | SetDataIntoLayers | Sets data from the chart core into the appropriate layers which require their own reference to a data source. |