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.
Example
Chart1.contourEdgeAlpha = 0.7;

|
Either syntax below can be used in component script:
For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required. |