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

In This Topic
    _DataLabelContent Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal lines As List(Of String), _
       ByVal point As IPointView _
    )
    public _DataLabelContent( 
       List<string> lines,
       IPointView point
    )

    Parameters

    lines
    point
    See Also