MindFusion.Charting for Java Programmer's Guide
RadarChart.setAreaOpacity Method
See Also
 






  Gauges

Sets the opacity of radar polygons.

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

 Syntax

Java  Copy Code

public void setAreaOpacity (
    double value
)

 Parameters

value

A double value between 0 and 100.

 See Also