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

In This Topic
    _ItemizedLegendItemTextProxy Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal item As _ItemizedLegendItemDataModel, _
       ByVal format As String, _
       Optional ByVal stringFormatting As IStringFormatting _
    )
    public _ItemizedLegendItemTextProxy( 
       _ItemizedLegendItemDataModel item,
       string format,
       IStringFormatting stringFormatting
    )

    Parameters

    item
    format
    stringFormatting
    See Also