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

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

    Parameters

    encodingDefinition
    legendOption
    adopter
    See Also