AnalyticsControlInsightChartID Property

Gets the InsightChartID 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 InsightChartID { get; set; }

Property Value

String
The InsightChartID which should be displayed with this control.

Return Value

String
The InsightChartID which should be displayed with this control.

Remarks

This property identifies a specific chart that will illustrate an insight in inmydata. This value can will be found using the InsightEventArgs class passed in the InsightOpened event.

See Also