Skip to main content
All docs
V25.1
  • ChartShortcutKeyCollection.ClearAndAddRange(PortableKeys[]) 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.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public void ClearAndAddRange(
        PortableKeys[] items
    )

    Parameters

    Name Type Description
    items DevExpress.Portable.Input.PortableKeys[]

    An array of 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