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

In This Topic
    _RangeDataPointItemizedLegendDataModel Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal encodingDefinition As _NumbericBaseLegendEncodingDefinition, _
       ByVal legendOption As ILegendOption, _
       Optional ByVal adopter As ILegendAdopter _
    )
    public _RangeDataPointItemizedLegendDataModel( 
       _NumbericBaseLegendEncodingDefinition encodingDefinition,
       ILegendOption legendOption,
       ILegendAdopter adopter
    )

    Parameters

    encodingDefinition
    legendOption
    adopter
    See Also