ChartLabelBaseOrderList Property |
List, that represent the render order for taken up elements
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic List<IOrdering> OrderList { get; }
Public ReadOnly Property OrderList As List(Of IOrdering)
Get
public:
virtual property List<IOrdering^>^ OrderList {
List<IOrdering^>^ get () sealed;
}
abstract OrderList : List<IOrdering> with get
override OrderList : List<IOrdering> with get
Property Value
Type:
ListIOrderingImplements
IContainerOrderList
See Also