Interface
IOrdering

Common interface for an order list element of rendering container

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.RadChart.dll

Syntax:

cs-api-definition
public interface IOrdering

Properties

Container

Gets or sets the container element

Declaration

cs-api-definition
IContainer Container { get; set; }

Property Value

IContainer

Methods

BringForward()

Send element at one step forward in the render order list

Declaration

cs-api-definition
void BringForward()

BringToFront()

Sets element at the first position in render order list

Declaration

cs-api-definition
void BringToFront()

GetOrder()

Gets elements order position

Declaration

cs-api-definition
int GetOrder()

Returns

int

Remove()

Remove element from render order list

Declaration

cs-api-definition
void Remove()

SendBackward()

Send element at one step back in the render order list

Declaration

cs-api-definition
void SendBackward()

SendToBack()

Send element at the end of render order list

Declaration

cs-api-definition
void SendToBack()

SetOrder(int)

Sets this object in new render order position

Declaration

cs-api-definition
void SetOrder(int index)

Parameters

index

int

new position