InterfaceIOrdering
Interface
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
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()
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