Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class SparklineCreatePointEventArgs : EventArgs
Inheritance: objectEventArgsSparklineCreatePointEventArgs
Inherited Members
Constructors
Initializes a new instance of the SparklineCreatePointEventArgs class.
C#
public SparklineCreatePointEventArgs(SparkSeries series, SparkDataPoint dataPoint)
The series.
dataPointSparkDataPointThe data point.
Properties
Gets or sets the data point.
C#
public SparkDataPoint DataPoint { get; set; }
The data point.
Gets the series.
C#
public SparkSeries Series { get; }
The series.