Back to Devexpress

Chart3DControl.EnableRuntimeZooming Property

wpf-devexpress-dot-xpf-dot-charts-dot-chart3dcontrol-c16414a9.md

latest1.1 KB
Original Source

Chart3DControl.EnableRuntimeZooming Property

Gets or sets the value specifying whether the 3D chart can be scaled by end-users.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public bool EnableRuntimeZooming { get; set; }
vb
Public Property EnableRuntimeZooming As Boolean

Property Value

TypeDescription
Boolean

true if the chart can be scaled; otherwise, false.

|

See Also

Chart3DControl Class

Chart3DControl Members

DevExpress.Xpf.Charts Namespace