ClassSparklineCreatePointEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class SparklineCreatePointEventArgs : EventArgs
Inheritance: objectEventArgsSparklineCreatePointEventArgs
Inherited Members
Constructors
SparklineCreatePointEventArgs(SparkSeries, SparkDataPoint)
Initializes a new instance of the SparklineCreatePointEventArgs class.
Declaration
cs-api-definition
public SparklineCreatePointEventArgs(SparkSeries series, SparkDataPoint dataPoint)
Parameters
series
The series.
dataPoint
The data point.