Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / ColorScaleInfo Structure / ColorScaleInfo Constructor

In This Topic
    ColorScaleInfo Constructor
    In This Topic
    Record used to provide the color-scale information.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal Colors As IReadOnlyList(Of EnumColor) _
    )
    public ColorScaleInfo( 
       IReadOnlyList<EnumColor> Colors
    )

    Parameters

    Colors
    See Also