Interface IItemRowIndexGenerator
Describes a generator of custom row indexes.
Namespace: Telerik.Windows.Controls.Timeline
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public interface IItemRowIndexGenerator
Methods
GenerateRowIndexes(List<TimelineRowItem>)
Generates custom row indexes for each item.
Declaration
void GenerateRowIndexes(List<TimelineRowItem> dataItems)
Parameters
System.Collections.Generic.List<TimelineRowItem>
dataItems
A collection of items which holds the information for the row indexes of the items as calculated by RadTimeline. |