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

In This Topic
    _TextCartesianSeriesView Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ownerView As ICartesianGroupView, _
       ByVal data As ICartesianSeriesDataModel _
    )
    public _TextCartesianSeriesView( 
       ICartesianGroupView ownerView,
       ICartesianSeriesDataModel data
    )

    Parameters

    ownerView
    data
    See Also