contourEdgeAlpha

Sets the transparency of the contour edge for a Scatter Contour Chart or Contour Map Chart. (The transparency of the contour center is determined by the plotAlpha property.) A value of 0 indicates complete transparency (edge not visible), and a value of 1 indicates complete opacity.

Type

Number between 0 and 1

Example

Chart1.contourEdgeAlpha = 0.7;

contourEdgeAlpha

Either syntax below can be used in component script:

contourEdgeAlpha         // unqualified
Chart1.contourEdgeAlpha  // qualified

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