AnalyticsControlInsightOpened Event

The InsightOpened event which fires when the user clicks on a insight in the insights view. This event allows the developer to code how the chart illustrating the insight 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 AnalyticsControlInsightOpenedEventHandler InsightOpened

Value

AnalyticsControlInsightOpenedEventHandler

See Also