ChartArea3DStyle.Perspective Property

Definition

Gets or sets the percent of perspective for a 3D chart area.

public:
 property int Perspective { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
public int Perspective { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Perspective : int with get, set
Public Property Perspective As Integer

Property Value

An integer value that represents the percent of perspective for a 3D chart area. The allowable range is 0-100 percent, and the default is zero (0) percent.

Attributes

Remarks

A perspective projection of any set of parallel lines that are not parallel to the projection plane converges to a vanishing point.

If you set the Perspective property, the IsRightAngleAxes property will be automatically set to false, because these properties are mutually exclusive.

Applies to