Skip to main content
All docs
V25.1
  • ChartShortcutKeyCollection.Add(PortableKeys) Method

    Adds an item to the end of the current chart shortcut key collection.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public void Add(
        PortableKeys item
    )

    Parameters

    Name Type Description
    item DevExpress.Portable.Input.PortableKeys

    An item to be appended.

    See Also