ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.DV Namespace / IChart Interface / ChartData Property

In This Topic
    ChartData Property (IChart)
    In This Topic
    Gets the data for DV Chart
    Syntax
    'Declaration
     
    ReadOnly Property ChartData As IReadOnlyList(Of Object)
    IReadOnlyList<object> ChartData {get;}
    See Also