# Using Touch Support with Charts

This topic lists the various touch gestures available with the chart control in Spread for ASP.NET control.

## Content

You can use touch gestures with the Chart control.
The Chart control uses the following touch gestures:

| **Touch Gesture** | **Mouse Action** | **Action** |
| ------------- | ------------ | ------ |
| Tap | Click | Selects a chart if [CanSelect](/spreadnet/api/latest/online-asp/FarPoint.Web.Spread/FarPoint.Web.Spread.Chart.SpreadChart.CanSelect.html) is true. |
| Hold and Release | Right-click | Selects a chart and displays the touch strip if [CanSelect](/spreadnet/api/latest/online-asp/FarPoint.Web.Spread/FarPoint.Web.Spread.Chart.SpreadChart.CanSelect.html) is set to true. |
| Press resize handles, then slide | Press left button on edge then move | Resizes a chart if [CanSize](/spreadnet/api/latest/online-asp/FarPoint.Web.Spread/FarPoint.Web.Spread.Chart.SpreadChart.CanSize.html) is set to true. |
| Press chart then slide | Press left button on chart then move | Moves a chart if [CanMove](/spreadnet/api/latest/online-asp/FarPoint.Web.Spread/FarPoint.Web.Spread.Chart.SpreadChart.CanMove.html) is set to true. |

## See Also

[Working with the Chart Control](/spreadnet/docs/latest/online-asp/overview/spweb-devguide/spweb-chart)