Skip to main content
A newer version of this page is available. .

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

Declaration

[TypeConverter(typeof(BooleanTypeConverter))]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
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