ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _LinearGradientColor Class / _LinearGradientColor Constructor

In This Topic
    _LinearGradientColor Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal degree As Double, _
       ByVal colorStops As List(Of IColorStop) _
    )
    public _LinearGradientColor( 
       double degree,
       List<IColorStop> colorStops
    )

    Parameters

    degree
    colorStops
    See Also