New to Telerik UI for WinFormsStart a free 30-day trial

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)
Parameters:dataPointDataPoint

The data point.

seriesChartSeries

The series of the data point.

Properties

Gets the data point.

C#
public DataPoint DataPoint { get; }

Gets the series of the current data point.

C#
public ChartSeries Series { get; }