User Tools

Site Tools


api:dk11:delphi:fmx.gisrenderer.tgis_rendererfmx.renderchart_tobject

Table of Contents

TGIS_RendererFmx.RenderChart method

DK11 for Delphi | FMX.GisRenderer.TGIS_RendererFmx.RenderChart | Constructors | Fields | Methods | Properties

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

Syntax

Overrides TGIS_RendererAbstract.RenderChart.

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

Parameters

Name Type Description
_shp TObject shape to be rendered
2020/05/07 01:05

Page Tools