Skip to main content

Diagram3D.PerspectiveEnabled Property

Gets or sets a value that determines whether the perspective is enabled. The perspective view is characterized by Diagram3D.PerspectiveAngle.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public bool PerspectiveEnabled { get; set; }

Property Value

Type Description
Boolean

true if a 3D object is shown in a perspective projection, otherwise false.

See Also