ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _ValueOptionExtension Class / _parseStringPixelPercentageValueOption Method

In This Topic
    _parseStringPixelPercentageValueOption Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _parseStringPixelPercentageValueOption( _
       ByVal str As String, _
       ByVal minPercentage As Nullable(Of Double), _
       ByVal maxPercentage As Nullable(Of Double), _
       ByVal leftClose As Boolean, _
       ByVal rightClose As Boolean _
    ) As IValueOption
    public static IValueOption _parseStringPixelPercentageValueOption( 
       string str,
       Nullable<double> minPercentage,
       Nullable<double> maxPercentage,
       bool leftClose,
       bool rightClose
    )

    Parameters

    str
    minPercentage
    maxPercentage
    leftClose
    rightClose
    See Also