User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_layervector.drawchart_void

Table of Contents

TGIS_LayerVector.DrawChart method

DK11 for Java | tatukgis.jdk.TGIS_LayerVector.DrawChart | Constructors | Fields | Methods | Properties | Events

Draws layer charts.

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

Syntax

// Java
public bool DrawChart();
// Oxygene
public
  function DrawChart : Boolean;

Result

Type Description
bool
Boolean
True if something was drawn.

Remarks

Use this method to draw layer charts direcly. Normally charts are drawn upon paint process.

Using charts, we can make simple statistics by adding numbers to the charts' values property, e.g., a simple legend of population density for a given area.

When using this operation, never call any function which uses FindFirst..FindNext (any function which iterates through the shapes using it). So never use inside an operation like Locate etc.

2024/07/05 20:58

Page Tools