_Chart.Perspective Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the perspective for the 3-D chart view. Must be between 0 and 100. This property is ignored if the RightAngleAxes property is True.
public:
property int Perspective { int get(); void set(int value); };
public int Perspective { get; set; }
Public Property Perspective As Integer