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

In This Topic
    DataBarInfo Constructor
    In This Topic
    Record used to provide the data-bar information.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal IsGradient As Boolean, _
       ByVal Color As EnumColor _
    )
    public DataBarInfo( 
       bool IsGradient,
       EnumColor Color
    )

    Parameters

    IsGradient
    Color
    See Also