AnalyticsControlContentTypeEnum Enumeration
Analytics control content enumerated type
Namespace: inmydata.WindowsForms.LibraryAssembly: inmydata.WindowsForms.Library (in inmydata.WindowsForms.Library.dll) Version: 1.0.0.0 (1.0.0.0)
public enum ContentTypeEnum
Public Enumeration ContentTypeEnum
DEFINE VARIABLE ENumAnalyticsControlContentTypeEnum AS INTEGER NO-UNDO.
DEFINE PRIVATE VARIABLE EnumAnalyticsControlContentTypeEnum AS CLASS inmydata.WindowsForms.Library.AnalyticsControl+AnalyticsControlContentTypeEnum NO-UNDO.
Full | 0 |
The Full (0) ContentTypeEnum.
This type will display the full inmydata UI in the Analytics Control.
|
Dashboard | 1 |
The Dashboard (1) ContentTypeEnum.
This type will display an inmydata dashboard in the Analytics Control.
This type will use the ID property on the Analytics Control.
|
AIChat | 2 |
The AIChat (2) ContentTypeEnum.
This type will display an AI chat window in the Analytics Control.
This type will use the Subject and Question properties on the Analytics Control.
|
AIChatVisualisation | 3 |
The AIChatVisualisation (3) ContentTypeEnum
This type will display an inmydata visualisation generated to illustrate the answer to an AI Chat question.
This type will use the AIChatChartID property on the Analytics Control.
|
Visualisation | 4 |
The Visualisation (4) ContentTypeEnum.
This type will display an inmydata visualisation (either a blank new one or an existing one) in the Analytics Control.
This type will use the ID property on the Analytics Control for an existing visualisation or an blank ID for a new one.
If a new visualisation be being created then the Subject property on the Analytics Control must be set to specify which
inmydata Subject should be used.
|
Insights | 5 |
The Insights (5) ContentTypeEnum.
This type will display the inmydata insights view in the Analytics Control.
This type will optionally use the Subject property on the Analytics Control.
This will limit insights to be displayed from a specific inmydata Subject.
Leaving the Subject property blank means that insights fromm all inmydata Subjects will be displayed.
|
InsightVisualisation | 6 |
The InsightVisualisation (6) ContentTypeEnum.
This type will display an inmydata visualisation that illustrates an insight in the Analytics Control.
This type will use the InsightChartID property on the Analytics Control.
|