contourCellSize

Specifies the size of the cells that make up the grid on which contour weights are computed for a Scatter Contour Chart or Contour Map Chart. Higher values specify larger cells, and hence broader clusters. Lower values specify smaller cells, and hence smaller clusters.

Type

Number

Example

Chart1.contourCellSize = 4.7;

Either syntax below can be used in component script:

contourCellSize          // unqualified
Chart1.contourCellSize   // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.