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

In This Topic
    _TreeMapLabelView Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ownerView As _TreeMapPointView, _
       ByVal label As String _
    )
    public _TreeMapLabelView( 
       _TreeMapPointView ownerView,
       string label
    )

    Parameters

    ownerView
    label
    See Also