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

In This Topic
    _DateRangeValueInfo Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal lower As Date, _
       ByVal upper As Date, _
       ByVal stringFormatting As IStringFormatting _
    )
    public _DateRangeValueInfo( 
       Date lower,
       Date upper,
       IStringFormatting stringFormatting
    )

    Parameters

    lower
    upper
    stringFormatting
    See Also