ILanerResultsBox.ChartToolbarVisible

Syntax

ChartToolbarVisible: Boolean;

Description

The ChartToolbarVisible property determines whether the toolbar is displayed for the Chart panel.

Comments

Available values:

Example

Executing the example requires a form with the following components:

  1. LanerBox named LanerBox1.

  2. LanerResultsBox named LanerResultsBox1.

  3. UiErAnalyzer named UiErAnalyzer1. This component must contain loaded workbook of the time series database and be the data source for LanerBox1 and LanerResultsBox1 components.

Sub UserProc;
Begin
    LanerResultsBox1.ChartToolbarVisible := False;
End Sub UserProc;

After executing the example in the LanerResultsBox1 component the toolbar for the Chart panel is hidden.

See also:

ILanerResultsBox