Search
AreaChart.setAreaOpacity Method
See Also
 






Sets the opacity of area polygons rendered by this AreaChar.

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

 Syntax

Java  Copy Code

public void setAreaOpacity (
    double value
)

 Parameters

value

A double value that ranges between 0 and 1.

 See Also