MindFusion WinForms Programmer's Guide
RadarChart.AreaOpacity Property
See Also
 





Gets / sets the opacity of the radar areas.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public double AreaOpacity { get; set; }

Visual Basic  Copy Code

Public Property AreaOpacity As Double

 Property Value

A double value that specifies the opacity. Values range from 0 to 1, where 0 means fully transparent and 1 means fully opaque. Default value is 0.5.

 See Also

RadarChart Members
RadarChart Class
MindFusion.Charting Namespace