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

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public double PerspectiveAngle { get; set; }

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