facetGrid

When true, displays the global border of a facet-type chart (a chart with multiple dimensions on the axes). Set to false (default) to disable the border.

Type

Boolean

Example

Chart1.facetGrid = true;
Chart1.facetGridColor = 'red';

facetGrid

Either syntax below can be used in component script:

facetGrid          // unqualified
Chart1.facetGrid   // qualified

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