DK11 for ActiveX | TatukGIS_XDK11.TGIS_ChartStyle | Enums
Style of charts.
// C# public enum TGIS_ChartStyle { Pie = 0, Bar = 1 }
' VisualBasic Public Enum TGIS_ChartStyle Pie = 0 Bar = 1 End Enum
// Oxygene type TGIS_ChartStyle = public ( Pie = 0, Bar = 1 );
Name | Value | Description | |
---|---|---|---|
Pie | 0 | Pie-chart. | |
Bar | 1 | Bar-chart. | |