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

In This Topic
    _ClusterLabelTextProxy Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal clusterView As IStackClusterView, _
       ByVal stringFormatting As IStringFormatting _
    )
    public _ClusterLabelTextProxy( 
       IStackClusterView clusterView,
       IStringFormatting stringFormatting
    )

    Parameters

    clusterView
    stringFormatting
    See Also