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 ITreeMapPointView, _
       ByVal text As String _
    )
    public _TreeMapLabelView( 
       ITreeMapPointView ownerView,
       string text
    )

    Parameters

    ownerView
    text
    See Also