Skip to main content

StripCollection.Add(Strip) Method

Appends the specified Strip object to the current collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public int Add(
    Strip strip
)

Parameters

Name Type Description
strip Strip

A Strip object to append to the collection.

Returns

Type Description
Int32

An integer value indicating the position at which the new element was inserted.

Remarks

This method adds a Strip object to the end of the collection.

See Also