ClassChartViewSelectedDataPointCollection
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class ChartViewSelectedDataPointCollection : ReadOnlyCollection<DataPoint>, IList, ICollection, IEnumerable
Inheritance: objectReadOnlyCollection<DataPoint>ChartViewSelectedDataPointCollection
Implements:
Inherited Members
Constructors
ChartViewSelectedDataPointCollection(ChartArea)
Initializes a new instance of the ChartViewSelectedDataPointCollection class.
Declaration
cs-api-definition
public ChartViewSelectedDataPointCollection(ChartArea owner)
Parameters
owner
The owner.