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.v24.1.dll
NuGet Package: DevExpress.Charts
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