AnalyticsControlAIChatChartID Property

Gets the AIChatChartID which should be displayed with this control.

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 string AIChatChartID { get; set; }

Property Value

String
The AIChatChartID which should be displayed with this control.

Return Value

String
The AIChatChartID which should be displayed with this control.

Remarks

This property identifies a specific chart that will illustrate an answer given by the AI chat. This value can will be found using the AIChartShowChartEventArgs class passed in the AIChatShowCharts event.

See Also