Diagram3D.ScrollingOptions Property
Provides access to the options specifying the ways in which scrolling can be performed for a 3D XY-Diagram.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public ScrollingOptions ScrollingOptions { get; }
Property Value
Type | Description |
---|---|
ScrollingOptions | A ScrollingOptions object, representing scrolling options. |
Remarks
The ScrollingOptions property becomes available when the Diagram3D.RuntimeScrolling property is enabled.
Use the ScrollingOptions property to specify how the diagram can be scrolled: via the keyboard, mouse or flick gestures if you have a touchscreen device.
For more information, refer to Zooming and Scrolling (3D Charts).
See Also