FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 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
    System.object SetOpacity( 
       System.object brush,
       System.double opacity
    )

    Parameters

    brush
    Brush object
    opacity
    Opacity

    Return Value

    Brush object
    See Also