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

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

    Parameters

    encodingDefinition
    legendOption
    adopter
    See Also