Back to Devexpress

Diagram3D.ZoomingOptions Property

corelibraries-devexpress-dot-xtracharts-dot-diagram3d-2bf48ca6.md

latest2.1 KB
Original Source

Diagram3D.ZoomingOptions Property

Provides access to the options specifying the ways in which zooming can be performed for a 3D XY-Diagram.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public ZoomingOptions ZoomingOptions { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property ZoomingOptions As ZoomingOptions

Property Value

TypeDescription
ZoomingOptions

A ZoomingOptions object, representing zooming options.

|

Remarks

The ZoomingOptions property becomes available when the Diagram3D.RuntimeZooming property is enabled.

Use the ZoomingOptions property to specify how the diagram can be scrolled: via the keyboard and / or mouse wheel or spread or pinch gestures on your touchscreen device.

For more information, refer to Zooming and Scrolling (3D Charts).

See Also

RuntimeZooming

ScrollingOptions

Diagram3D Class

Diagram3D Members

DevExpress.XtraCharts Namespace