Class
SparklineCreatePointEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class SparklineCreatePointEventArgs : EventArgs

Inheritance: objectEventArgsSparklineCreatePointEventArgs

Inherited Members EventArgs.Empty

Constructors

SparklineCreatePointEventArgs(SparkSeries, SparkDataPoint)

Initializes a new instance of the SparklineCreatePointEventArgs class.

Declaration

cs-api-definition
public SparklineCreatePointEventArgs(SparkSeries series, SparkDataPoint dataPoint)

Parameters

series

SparkSeries

The series.

dataPoint

SparkDataPoint

The data point.

Properties

DataPoint

Gets or sets the data point.

Declaration

cs-api-definition
public SparkDataPoint DataPoint { get; set; }

Property Value

SparkDataPoint

The data point.

Series

Gets the series.

Declaration

cs-api-definition
public SparkSeries Series { get; }

Property Value

SparkSeries

The series.