ChartBaseChartData Property

This collection holds all Chart's 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 DataSeriesCollection ChartData { get; set; }

Property Value

DataSeriesCollection

Exceptions

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

See Also