Interface IOrdering
Common interface for an order list element of rendering container
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public interface IOrdering
Properties
Container
Gets or sets the container element
Declaration
IContainer Container { get; set; }
Property Value
IContainer
|
Methods
BringForward()
Send element at one step forward in the render order list
Declaration
void BringForward()
BringToFront()
Sets element at the first position in render order list
Declaration
void BringToFront()
GetOrder()
Gets elements order position
Declaration
int GetOrder()
Returns
System.Int32
|
Remove()
Remove element from render order list
Declaration
void Remove()
SendBackward()
Send element at one step back in the render order list
Declaration
void SendBackward()
SendToBack()
Send element at the end of render order list
Declaration
void SendToBack()
SetOrder(Int32)
Sets this object in new render order position
Declaration
void SetOrder(int index)
Parameters
System.Int32
index
new position |