Skip to main content
A newer version of this page is available.
All docs
V19.1

ChartShortcutKeyCollection.ClearAndAddRange(Keys[]) Method

Removes all elements from the ChartShortcutKeyCollection, and then appends an array of specified shortcut keys to the collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public void ClearAndAddRange(
    Keys[] items
)

Parameters

Name Type Description
items Keys[]

An array of Keys objects to append to the collection.

Remarks

This method is intended for internal use only. Normally, you don’t need to use it.

See Also