Search
RadarRenderer.setAreaOpacity Method
See Also
 






Sets the opacity of radar polygons.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public void setAreaOpacity (
    double value
)

 Parameters

value

A double value that specifies the opacity as a percent. Values should range from 0 to 100.

 See Also