AnalyticsControlContentTypeEnum Enumeration

Analytics control content enumerated type

Definition

Namespace: inmydata.WindowsForms.Library
Assembly: inmydata.WindowsForms.Library (in inmydata.WindowsForms.Library.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public enum ContentTypeEnum

Members

Full0 The Full (0) ContentTypeEnum. This type will display the full inmydata UI in the Analytics Control.
Dashboard1 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.
AIChat2 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.
AIChatVisualisation3 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.
Visualisation4 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.
Insights5 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.
InsightVisualisation6 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.

See Also