ClassChartBindingSource
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class ChartBindingSource : BindingSource, IComponent, IDisposable, IBindingListView, IBindingList, IList, ICollection, IEnumerable, ITypedList, ICancelAddNew, ISupportInitializeNotification, ISupportInitialize, ICurrencyManagerProvider
Inheritance: objectMarshalByRefObjectComponentBindingSourceChartBindingSource
Implements:
Inherited Members
Constructors
ChartBindingSource(ChartDataPointCollection)
Initializes a new instance of the ChartBindingSource class.
Declaration
cs-api-definition
public ChartBindingSource(ChartDataPointCollection points)
Parameters
points
The points.
Properties
DisplayMember
Gets or sets the display member.
Declaration
cs-api-definition
[Browsable(true)]
public string DisplayMember { get; set; }
Property Value
The display member.
Methods
Bind(string, int)
Binds the specified name.
GetDisplayValue(object)
Gets the display value.
InsertNew(int)
Inserts a new record at the specific index.
OnListChanged(ListChangedEventArgs)
Raises the ListChanged event.
Declaration
cs-api-definition
protected override void OnListChanged(ListChangedEventArgs e)
Parameters
e
An EventArgs that contains the event data.
Overrides
UpdateDisplayIndex()
Updates the display index.
Declaration
cs-api-definition
public void UpdateDisplayIndex()