Enum DashTileType
Dashboard tile chart type (V2) This Enum is used by: dashboard_tile_definition.tile_type
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/10.3.0.0")]
public enum DashTileType : short
Fields
Name | Description |
---|---|
Area | 6: Area |
Bar | 4: Bar |
BigNum | 3: BigNum |
Column | 7: Column |
CombinedBarLine | 8: CombinedBarLine |
CombinedColumnLine | 9: CombinedColumnLine |
Gauge | 12: Gauge |
HTML | 11: HTML |
Line | 5: Line |
List | 2: List |
None | 0: None |
Pie | 1: Pie |
WebPanel | 10: WebPanel |