ClassCustomFiguresCollection
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
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.
Declaration
public bool Contains(string figureName)
Parameters
figureName
string
Figure name
Returns
bool
Whether the specified figure item exists in the collection or not
GetFigure(int)
Gets or sets a custom figures collection item.
Declaration
public CustomFigure GetFigure(int index)
Parameters
index
int
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
string
Name of figure to get
Returns
Figure with specified name
IndexOf(string)
Returns the index of the specified figure item.
Declaration
public int IndexOf(string figureName)
Parameters
figureName
string
Name of figure
Returns
int
Index of figure with specified name
Remove(string)
Removes figure with specified name
Declaration
public void Remove(string figureName)
Parameters
figureName
string
Name of figure