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

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

    Parameters

    legend
    title
    key
    value
    stringFormatting
    See Also