Gets or sets the opacity of area polygons.
Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor
SyntaxC#
Copy Code
|
|---|
public double AreaOpacity { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AreaOpacity As Double |
A value between 0 and 1 specifying the opacity of area fill color. The default value 1 specifies full opacity.
See Also