AnalyticsControlAIChatChartID Property
Gets the AIChatChartID which should be displayed with this control.
Namespace: inmydata.WindowsForms.LibraryAssembly: inmydata.WindowsForms.Library (in inmydata.WindowsForms.Library.dll) Version: 1.0.0.0 (1.0.0.0)
public string AIChatChartID { get; set; }
Public Property AIChatChartID As String
Get
Set
DEFINE AnalyticsControlAIChatChartID AS CHARACTER NO-UNDO.
DEFINE PRIVATE VARIABLE AnalyticsControlAIChatChartID AS CHARACTER NO-UNDO.
StringThe AIChatChartID which should be displayed with this control.
StringThe AIChatChartID which should be displayed with this control.
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.