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