Search
StepAreaRenderer.setAreaOpacity Method
See Also
 






Sets the opacity of the polygons rendered by this StepAreaRenderer.

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. Values should range between 0 and 1.

 See Also