Chart.Perspective Property

Definition

Returns or sets an Integer value that represents the perspective for the 3-D chart view.

public:
 property int Perspective { int get(); void set(int value); };
public int Perspective { get; set; }
member this.Perspective : int with get, set
Public Property Perspective As Integer

Property Value

Integer

Remarks

The value of this property must be between 0 and 100. This property is ignored if the RightAngleAxes property is set to True.

Applies to