DK for Delphi | GisRendererAbstract.TGIS_RendererAbstract.RenderChart | Constructors | Fields | Methods | Properties
Render a chart for a single shape in a current context.
// Delphi public procedure RenderChart( const _shp : TObject ); virtual; abstract;
// C++ Builder public: virtual void RenderChart( TObject* const _shp ) = 0;
Name | Type | Description |
---|---|---|
_shp | TObject | shape to be rendered |