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

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

    Parameters

    item
    format
    stringFormatting
    See Also