Skip to main content

WorkTimeRuleCollection.Insert(Int32, WorkTimeRule) Method

Inserts the work-time rule into the collection at the specified position.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public void Insert(
    int index,
    WorkTimeRule rule
)

Parameters

Name Type Description
index Int32

A zero-based integer which specifies the position at which the legend is to be inserted.

rule WorkTimeRule

The work-time rule to insert into the collection.

See Also