AnalyticsControlShowToolbar Property

Gets whether the tool bar is shown when displaying content that is a visualisation.

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 bool ShowToolbar { get; set; }

Property Value

Boolean
Whether the tool bar is shown when displaying content that is a visualisation.

Return Value

Boolean
Whether the tool bar is shown when displaying content that is a visualisation.

Remarks

The tool bar will allow the user access to options to modify or share the visualisation and the data contained within it.

See Also