ScrollingOptions.ScrollMouseAction Property
Returns the action used to scroll the chart.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public ChartMouseAction ScrollMouseAction { get; }
Property Value
Type | Description |
---|---|
ChartMouseAction | The action that should be performed to scroll the chart. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ScrollMouseAction |
---|---|
Diagram3D |
|
Remarks
To specify the action used to scroll a chart, define the ChartMouseAction.ModifierKeys and ChartMouseAction.MouseButton properties.
See Also