Search
AreaChart.AreaOpacity Property
See Also
 






Gets or sets the opacity of area polygons.

Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor

 Syntax

C#  Copy Code

public double AreaOpacity { get; set; }

Visual Basic  Copy Code

Public Property AreaOpacity As Double

 Property Value

A value between 0 and 1 specifying the opacity of area fill color. The default value 1 specifies full opacity.

 See Also