Back to Devexpress

Diagram3D.RuntimeZooming Property

corelibraries-devexpress-dot-xtracharts-dot-diagram3d-6e60d3b8.md

latest1.7 KB
Original Source

Diagram3D.RuntimeZooming Property

Gets or sets a value indicating if the 3D Chart’s diagram can be zoomed in and out at runtime.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public bool RuntimeZooming { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property RuntimeZooming As Boolean

Property Value

TypeDescription
Boolean

true if zooming is enabled; otherwise, false.

|

Remarks

Use the RuntimeZooming property to enable zooming of the 3D Chart’s diagram at runtime.

When the RuntimeZooming property is enabled, the Diagram3D.ZoomingOptions property becomes available, which allows you to choose ways in which zooming can be performed: via the keyboard, mouse, or both.

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

See Also

Diagram3D Class

Diagram3D Members

DevExpress.XtraCharts Namespace