public List<DataSeries> Data { get; }
Public ReadOnly Property Data As List(Of DataSeries) Get
public: property List<DataSeries^>^ Data { List<DataSeries^>^ get (); }
function get_Data();
In This Article