DataSeriesDataItems Property
This collection holds all the data items of this data series.
Namespace: BeeMobile.LineChartAssembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
public virtual DataItemCollection DataItems { get; set; }
Public Overridable Property DataItems As DataItemCollection
Get
Set
Property Value
DataItemCollection | NullReferenceException |
Setting null value to this property will result in NullReferenceException, because null value is not supported.
|