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

In This Topic
    _SingleDataFieldLegendEncodingDefinition Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal plotDefinition As IPlotDefinition, _
       ByVal legendType As LegendType, _
       ByVal legendVisualType As String, _
       ByVal fieldDefinition As IDataFieldDefinition, _
       ByVal aggregate As Aggregate, _
       ByVal sortDefinition As ISortDefinition, _
       ByVal legendDataModelBuilder As ILegendDataModelBuilder _
    )

    Parameters

    plotDefinition
    legendType
    legendVisualType
    fieldDefinition
    aggregate
    sortDefinition
    legendDataModelBuilder
    See Also