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

In This Topic
    _ValueOptionWithPixelPercentageValidator Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal strictMode As Boolean, _
       Optional ByVal minPercentage As Nullable(Of Double), _
       Optional ByVal maxPercentage As Nullable(Of Double) _
    )
    public _ValueOptionWithPixelPercentageValidator( 
       bool strictMode,
       Nullable<double> minPercentage,
       Nullable<double> maxPercentage
    )

    Parameters

    strictMode
    minPercentage
    maxPercentage
    See Also