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

In This Topic
    _ItemizedValuesNameLegendItem Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal legend As ILegendDataModel, _
       ByVal valuesName As String, _
       ByVal key As String, _
       ByVal suffix As String, _
       ByVal stringFormatting As IStringFormatting _
    )
    public _ItemizedValuesNameLegendItem( 
       ILegendDataModel legend,
       string valuesName,
       string key,
       string suffix,
       IStringFormatting stringFormatting
    )

    Parameters

    legend
    valuesName
    key
    suffix
    stringFormatting
    See Also