AIChatShowChartEventArgs Class
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.
Namespace: inmydata.WindowsForms.LibraryAssembly: inmydata.WindowsForms.Library (in inmydata.WindowsForms.Library.dll) Version: 1.0.0.0 (1.0.0.0)
public class AIChatShowChartEventArgs : EventArgs
Public Class AIChatShowChartEventArgs
Inherits EventArgs
DEFINE VARIABLE chComHandle AS COM-HANDLE NO-UNDO.
CREATE "inmydata.WindowsForms.Library.AIChatShowChartEventArgs" chComHandle.
DEFINE PRIVATE VARIABLE AIChatShowChartEventArgs AS CLASS inmydata.WindowsForms.Library.AIChatShowChartEventArgs NO-UNDO.
AIChatChartIDs |
Gets the AI Chat Chart ID's that relate to the ShowCharts event.
|
Cancel |
Gets or sets a value that indicates if the AI Chat Show Charts event should be processed.
|
Question |
Gets the AI chat question that this event is related to.
|
Subject |
Gets the Subject that this event is related to.
|