AnalyticsControlSubject Property

Gets the Subject which should be used 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 Subject { get; set; }

Property Value

String
The Subject which should be used with this control.

Return Value

String
The Subject which should be used with this control.

Remarks

For different content types their property will have different values. When used with the AI Chat the Subject will be the inmydata Subject that should be used to answer the question. When used with the Insights the Subject will be the inmydata Subject you want to display insights for. To show insights from all inmydata Subjects leave this property blank.

See Also