C1.Win.FlexChart.4.8 Assembly / C1.Chart Namespace / IRenderEngine Interface / SetOpacity Method
Brush object
Opacity

In This Topic
SetOpacity Method (IRenderEngine)
In This Topic
Changes the brush opacity.
Syntax
'Declaration
 
Function SetOpacity( _
   ByVal brush As System.Object, _
   ByVal opacity As System.Double _
) As System.Object
 

Parameters

brush
Brush object
opacity
Opacity

Return Value

Brush object
See Also