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

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

    Parameters

    encodingDefinition
    legendOption
    adopter
    See Also