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

In This Topic
    _PatternColor Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal backgroundColor As IColor, _
       ByVal pattern As List(Of IPathWithStyle) _
    )
    public _PatternColor( 
       IColor backgroundColor,
       List<IPathWithStyle> pattern
    )

    Parameters

    backgroundColor
    pattern
    See Also