Chart3DControl.PerspectiveAngle Property
Gets or sets the perspective angle for the 3D chart in a perspective projection.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
Double | An integer value, 0 or more, but less than 180. |
Remarks
In a perspective projection, the lines that are parallel to the object converge as they move towards a theoretical horizon line on the projection surface. The rate at which parallel lines converge is called the perspective angle. This angle is determined by the distance of an imaginary viewer from a 3D diagram object.
Note
If the PerspectiveAngle property value is set to 0, the perspective projection is disabled.
See Also