DK11 for Delphi | GisTypes.TGIS_ChartStyle | Enums
Style of charts.
// Delphi type TGIS_ChartStyle = ( Pie, Bar );
// C++ Builder enum DECLSPEC_DENUM TGIS_ChartStyle unsigned short { Pie, Bar };
Name | Value | Description | |
---|---|---|---|
Pie | Pie-chart. | ||
Bar | Bar-chart. | ||