Chart-Integration

This commit is contained in:
2023-04-05 10:42:52 +02:00
parent 41338b596e
commit 72a831619f
6 changed files with 389 additions and 18 deletions

View File

@@ -19,6 +19,7 @@
Undefined
Table
TreeView
ChartView
End Enum
Public Enum DataTypeEnum
@@ -34,4 +35,21 @@
List
SQL
End Enum
Public Enum ChartPosEnum
Undefined
TopLeft
BottomLeft
TopRight
BottomRight
End Enum
Public Enum ChartTypeEnum
Undefined
Bar
Line
Area
Pie
End Enum
End Namespace