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 with the LanerBox1 identifier.

  2. LanerResultsBox with the LanerResultsBox1 identifier.

  3. UiErAnalyzer with the UiErAnalyzer1 identifier. 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