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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(BooleanTypeConverter))]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
public bool RuntimeZooming { get; set; }
Property Value
Type | Description |
---|---|
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