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

In This Topic
    _ItemizedRangePointLegendItem Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal legend As ILegendDataModel, _
       ByVal title As String, _
       ByVal start As Double, _
       ByVal end As Double, _
       ByVal stringFormatting As IStringFormatting _
    )
    public _ItemizedRangePointLegendItem( 
       ILegendDataModel legend,
       string title,
       double start,
       double end,
       IStringFormatting stringFormatting
    )

    Parameters

    legend
    title
    start
    end
    stringFormatting
    See Also