AnalyticsControlAIChatShowCharts Event

The AIChatShowCharts event which fires when the user clicks the Show Charts button in an AI Chat. This event allows the developer to code how the chart should be presented to the user. It could be in the same Analytics Control as the AI chat or a separate one.

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 event AnalyticsControlAIChatShowChartsEventHandler AIChatShowCharts

Value

AnalyticsControlAIChatShowChartsEventHandler

See Also