ClassCustomFiguresCollection
Custom figures collection
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
public class CustomFiguresCollection : ChartingStateManagedCollection<CustomFigure>, IList<CustomFigure>, ICollection<CustomFigure>, IEnumerable<CustomFigure>, IChartingStateManager, IList, ICollection, IEnumerable
Inheritance: objectChartingStateManagedCollection<CustomFigure>CustomFiguresCollection
Implements:
Inherited Members
Constructors
CustomFiguresCollection()
Declaration
public CustomFiguresCollection()
Methods
Add(CustomFigure)
Adds a custom figure to the collection.
Declaration
public override void Add(CustomFigure figure)
Parameters
figure
Figure for adding
Overrides
AddRange(CustomFigure[])
Adds an array of figure items to the figures collection.
Declaration
public override void AddRange(CustomFigure[] figure)
Parameters
figure
Figures for adding
Overrides
Contains(string)
Indicates whether the specified figure item exists in the collection.
GetFigure(int)
Gets or sets a custom figures collection item.
Declaration
public CustomFigure GetFigure(int index)
Parameters
index
Index to get figure
Returns
Figure at specified index
GetFigure(string)
Gets or sets a custom figures collection item.
Declaration
public CustomFigure GetFigure(string name)
Parameters
name
Name of figure to get
Returns
Figure with specified name
IndexOf(string)
Returns the index of the specified figure item.
Remove(string)
Removes figure with specified name
Declaration
public void Remove(string figureName)
Parameters
figureName
Name of figure