DataPointInfo
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class DataPointInfo
Inheritance: objectDataPointInfo
Constructors
Initializes a new instance of the DataPointInfo class.
C#
public DataPointInfo(DataPoint dataPoint, ChartSeries series)
The data point.
seriesChartSeriesThe series of the data point.
Properties
Gets the series of the current data point.
C#
public ChartSeries Series { get; }