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 SparklineCreatePointEventArgs : EventArgs

Inheritance: objectEventArgsSparklineCreatePointEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the SparklineCreatePointEventArgs class.

C#
public SparklineCreatePointEventArgs(SparkSeries series, SparkDataPoint dataPoint)
Parameters:seriesSparkSeries

The series.

dataPointSparkDataPoint

The data point.

Properties

Gets or sets the data point.

C#
public SparkDataPoint DataPoint { get; set; }
Property Value:

The data point.

Gets the series.

C#
public SparkSeries Series { get; }
Property Value:

The series.