SmoothDisappear: Boolean;
The SmoothDisappear property determines whether bubble chart coordinate grid fades on zooming.
Available Values:
true. On zooming the coordinate grid the lines fade.
false. On zooming the coordinate grid the lines disappear not fading (default).
Use JSON or the setSmoothDisappear method to set the property value, and the getSmoothDisappear method to get the property value.
The example of property use is given in the page ChartGrid Constructor.
See also: