Gets the array of value for the previous data series.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
public double[] PreviousValues { get; }
Visual Basic
Public ReadOnly Property PreviousValues As Double()
	Get

See Also