ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _CartesianPlotDataModel Class / _seriesList Method

In This Topic
    _seriesList Method (_CartesianPlotDataModel)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _seriesList() As List(Of ICartesianSeriesDataModel)
    public List<ICartesianSeriesDataModel> _seriesList()
    See Also