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

In This Topic
    _CustomItemizedValuePointLegendItem Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal legend As ILegendDataModel, _
       ByVal title As String, _
       ByVal rule As ICustomLegendItemRule, _
       ByVal key As String, _
       ByVal stringFormatting As IStringFormatting _
    )
    public _CustomItemizedValuePointLegendItem( 
       ILegendDataModel legend,
       string title,
       ICustomLegendItemRule rule,
       string key,
       IStringFormatting stringFormatting
    )

    Parameters

    legend
    title
    rule
    key
    stringFormatting
    See Also