Class DashTileType
Dashboard tile chart type (V2) This Enum is used by: dashboard_tile_definition.tile_type
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class DashTileType : Enum
Fields
Area
6: Area
Declaration
public const DashTileType Area
Field Value
Type | Description |
---|---|
DashTileType |
Bar
4: Bar
Declaration
public const DashTileType Bar
Field Value
Type | Description |
---|---|
DashTileType |
BigNum
3: BigNum
Declaration
public const DashTileType BigNum
Field Value
Type | Description |
---|---|
DashTileType |
Column
7: Column
Declaration
public const DashTileType Column
Field Value
Type | Description |
---|---|
DashTileType |
CombinedBarLine
8: CombinedBarLine
Declaration
public const DashTileType CombinedBarLine
Field Value
Type | Description |
---|---|
DashTileType |
CombinedColumnLine
9: CombinedColumnLine
Declaration
public const DashTileType CombinedColumnLine
Field Value
Type | Description |
---|---|
DashTileType |
Gauge
12: Gauge
Declaration
public const DashTileType Gauge
Field Value
Type | Description |
---|---|
DashTileType |
HTML
11: HTML
Declaration
public const DashTileType HTML
Field Value
Type | Description |
---|---|
DashTileType |
Line
5: Line
Declaration
public const DashTileType Line
Field Value
Type | Description |
---|---|
DashTileType |
List
2: List
Declaration
public const DashTileType List
Field Value
Type | Description |
---|---|
DashTileType |
None
0: None
Declaration
public const DashTileType None
Field Value
Type | Description |
---|---|
DashTileType |
Pie
1: Pie
Declaration
public const DashTileType Pie
Field Value
Type | Description |
---|---|
DashTileType |
value__
Dashboard tile chart type (V2) This Enum is used by: dashboard_tile_definition.tile_type
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
WebPanel
10: WebPanel
Declaration
public const DashTileType WebPanel
Field Value
Type | Description |
---|---|
DashTileType |
Extension Methods
EnumUtil.MapEnums<From, To>(From)