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.

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 class AIChatShowChartEventArgs : EventArgs

Properties

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.

See Also