User Tools

Site Tools


api:dk11:delphi:gisrendererabstract.tgis_rendererabstract.renderchart_tobject

Table of Contents

TGIS_RendererAbstract.RenderChart method

DK for Delphi | GisRendererAbstract.TGIS_RendererAbstract.RenderChart | Constructors | Fields | Methods | Properties

Render a chart for a single shape in a current context.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
public
  procedure RenderChart(
    const _shp : TObject
  ); virtual; abstract;
// C++ Builder
public:
  virtual void RenderChart(
    TObject* const _shp
  ) = 0;

Parameters

Name Type Description
_shp TObject shape to be rendered
2025/01/31 01:09

Page Tools