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

In This Topic
    GeneralPointDataLabelFrame Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pointView As IPointView, _
       ByVal lineOpion As ILineStyleOption _
    )
    public GeneralPointDataLabelFrame( 
       IPointView pointView,
       ILineStyleOption lineOpion
    )

    Parameters

    pointView
    lineOpion
    See Also