ChartGrid.SmoothDisappear

Syntax

SmoothDisappear: Boolean;

Description

The SmoothDisappear property determines whether bubble chart coordinate grid fades on zooming.

Comments

Available Values:

Use JSON or the setSmoothDisappear method to set the property value, and the getSmoothDisappear method to get the property value.

Example

The example of property use is given in the page ChartGrid Constructor.

See also:

ChartGrid