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

In This Topic
    _RangeValuePointDataModel Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal plot As ICartesianPlotDataModel, _
       ByVal group As ICartesianGroupDataModel, _
       ByVal dataSlices As IDataSlices, _
       ByVal xValue As IDimensionValue, _
       ByVal yValues As List(Of IDimensionValue), _
       ByVal detailValue As IDetailValue, _
       ByVal stringFormatting As IStringFormatting _
    )

    Parameters

    plot
    group
    dataSlices
    xValue
    yValues
    detailValue
    stringFormatting
    See Also