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

In This Topic
    _StringColorValidator Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal strictMode As Boolean, _
       Optional ByVal emptyAsNull As Boolean, _
       Optional ByVal nullAsError As Boolean _
    )
    public _StringColorValidator( 
       bool strictMode,
       bool emptyAsNull,
       bool nullAsError
    )

    Parameters

    strictMode
    emptyAsNull
    nullAsError
    See Also