ChartBindingSource
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class ChartBindingSource : BindingSource, IComponent, IDisposable, IBindingListView, IBindingList, IList, ICollection, IEnumerable, ITypedList, ICancelAddNew, ISupportInitializeNotification, ISupportInitialize, ICurrencyManagerProvider
Inheritance: objectMarshalByRefObjectComponentBindingSourceChartBindingSource
Implements:
Inherited Members
Constructors
Initializes a new instance of the ChartBindingSource class.
C#
public ChartBindingSource(ChartDataPointCollection points)
The points.
Properties
Gets or sets the display member.
C#
[Browsable(true)]
public string DisplayMember { get; set; }
The display member.
Methods
Raises the ListChanged event.
C#
protected override void OnListChanged(ListChangedEventArgs e)
An EventArgs that contains the event data.
Overrides:
Resets the points.
C#
public void ResetPoints()
Updates the display index.
C#
public void UpdateDisplayIndex()