Chart-Integration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user