Back to Devexpress

Diagram3D.PerspectiveEnabled Property

corelibraries-devexpress-dot-xtracharts-dot-diagram3d-6017f9c0.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Boolean

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

|

See Also

Diagram3D Class

Diagram3D Members

DevExpress.XtraCharts Namespace