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