DataSeriesDataItems Property

This collection holds all the data items of this data series.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public virtual DataItemCollection DataItems { get; set; }

Property Value

DataItemCollection

Exceptions

NullReferenceException Setting null value to this property will result in NullReferenceException, because null value is not supported.

See Also