New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:dataItemsList<TimelineRowItem>

A collection of items which holds the information for the row indexes of the items as calculated by RadTimeline.