New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class SparkDataNeededEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsSparkDataNeededEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the SparkDataNeededEventArgs class.

C#
public SparkDataNeededEventArgs(double[] values)
Parameters:valuesdouble[]

The double series which is beign created.

Properties

Gets or sets values.

C#
public double[] Values { get; set; }
Property Value:

The values as double array.