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