InterfaceIContainer
Interface
Common interface for a rendering container objects
Definition
Namespace:Telerik.Reporting.Charting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public interface IContainer
Derived Classes:
Properties
NextPosition
Get a next free order position
Declaration
cs-api-definition
int NextPosition { get; }
Property Value
int
Methods
Add(IOrdering)
Add element at the end of list
GetOrder(IOrdering)
Get elements order position
Declaration
cs-api-definition
int GetOrder(IOrdering element)
Parameters
element
Element
Returns
int
Insert(int, IOrdering)
Insert element at specific position in list
Declaration
cs-api-definition
void Insert(int order, IOrdering element)
Parameters
order
int
Element
element
Position index
Remove(IOrdering)
Remove element from list
Declaration
cs-api-definition
void Remove(IOrdering element)
Parameters
element
Element for removing
RemoveAt(int)
Remove element from list by it's index
Declaration
cs-api-definition
void RemoveAt(int index)
Parameters
index
int
Elements index for remove