User Tools

Site Tools


api:dk11:delphi:gistypes.tgis_chartstyle

Table of Contents

TGIS_ChartStyle enum

DK11 for Delphi | GisTypes.TGIS_ChartStyle | Enums

Style of charts.

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

Syntax

// Delphi
type
  TGIS_ChartStyle = (
    Pie, Bar
  );
// C++ Builder
enum DECLSPEC_DENUM TGIS_ChartStyle unsigned short {
  Pie, Bar
};

Members

Name Value Description
Pie Pie-chart.
Bar Bar-chart.

2022/11/30 19:19

Page Tools