Skip to main content
A newer version of this page is available. .

KnownDateCollection.Insert(Int32, KnownDate) Method

Inserts the specified known date to the collection at the specified position.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public void Insert(
    int index,
    KnownDate date
)

Parameters

Name Type Description
index Int32

A zero-based integer which specifies the position at which the known date should be inserted. If it’s negative or exceeds the number of elements within the collection, an exception is thrown.

date KnownDate

A KnownDate object specifying the inserted known date.

See Also