AIChatMessage |
The AIChatMessage class is passed in the AIChatMessageEventArgs class by the AIChatMessage event of the AnalyticsControl and provides information relating to
the message generated by the AI Chat window. These could be used to code your own chat window inside the hosting application.
|
AIChatMessageEventArgs |
The AIChatMessageEventArgs class is passed by the AIChatMessage event of the AnalyticsControl and provides information relating to
the message generated by the AI Chat window. These could be used to code your own chat window inside the hosting application.
The AIChatMessageEventArgs class can also be used to cancel the AIChatMessage event.
|
AIChatShowChartEventArgs |
The AIChatShowChartEventArgs class is passed by the AIChatShowCharts event of the AnalyticsControl and provides information relating to
AI Chat chart which the user has clicked on via the Show Charts button in the chat window. This can be used to display the charts illustrating the answer
to the AI chat question in the same AnalyticsControl control or a separate one.
The AIChatShowChartEventArgs class can also be used to cancel the AIChatShowCharts event.
|
AnalyticsControl |
The AnalyticsControl is a control that can be dropped onto a client form or window to display analytics content
from inmydata.
|
Collection |
Substitute for Microsoft.VisualBasic.Collection that implements a keys property
|
DrillDownDataValues |
The DrillDownDataValues class is passed in the DrillDownEventArgs class in the Drilldown event of the AnalyticsControl and provides information relating to the data element drilled into.
|
DrillDownEventArgs |
The DrillDownEventArgs class is passed by the Drilldown event of the AnalyticsControl and provides information relating to the data element drilled into.
It also provides information on the subject being used, the user and the name of the drilldown.
It can be used to cancel the opening of the opening of the drilldown in inmydata, or it can be used to program to a repsonse to the drilldown such as
opening a screen in the host application.
|
InsightsEventArgs |
The InsightsEventArgs class is passed by the InsightOpened event of the AnalyticsControl and provides information relating to the insight being opened.
This can be used to cancel the opening of the insight or can be used to open a chart illustrating the insight in either in the same
AnalyticsControl or a separate one.
|