ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _SankeyPlotDataModel Class / _flows Property

In This Topic
    _flows Property (_SankeyPlotDataModel)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property _flows As List(Of ISankeyFlowDataModel)
    public List<ISankeyFlowDataModel> _flows {get;}
    See Also