ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _SankeyFlowPointColorBuilder Class / _createFlowGradientColor Method

In This Topic
    _createFlowGradientColor Method (_SankeyFlowPointColorBuilder)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _createFlowGradientColor( _
       ByVal sourceColor As IColor, _
       ByVal targetColor As IColor _
    ) As IColor
    public IColor _createFlowGradientColor( 
       IColor sourceColor,
       IColor targetColor
    )

    Parameters

    sourceColor
    targetColor
    See Also