Interface
IItemRowIndexGenerator

Describes a generator of custom row indexes.

Definition

Namespace:Telerik.Windows.Controls.Timeline

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public interface IItemRowIndexGenerator

Methods

GenerateRowIndexes(List<TimelineRowItem>)

Generates custom row indexes for each item.

Declaration

cs-api-definition
void GenerateRowIndexes(List<TimelineRowItem> dataItems)

Parameters

dataItems

List<TimelineRowItem>

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