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

In This Topic
    _GCESClusterLabelFrame Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal plot As IPlotView, _
       ByVal text As String, _
       ByVal option As IGCESDataLabelOption _
    )
    public _GCESClusterLabelFrame( 
       IPlotView plot,
       string text,
       IGCESDataLabelOption option
    )

    Parameters

    plot
    text
    option
    See Also