SpreadsheetGear 2017
Perspective Property (IChart)






SpreadsheetGear.Charts Namespace > IChart Interface : Perspective Property
Gets or sets the property which specifies the view perspective of a 3D chart as a value between 0 and 100.
Syntax
'Declaration
 
Property Perspective As System.Double
'Usage
 
Dim instance As IChart
Dim value As System.Double
 
instance.Perspective = value
 
value = instance.Perspective
System.double Perspective {get; set;}
read-write property Perspective: System.Double; 
function get,set Perspective : System.double
__property System.double get_Perspective();
__property void set_Perspective( 
   System.double value
);
property System.double Perspective {
   System.double get();
   void set (    System.double value);
}
Remarks
This property is ignored if RightAngleAxes is set to true.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IChart Interface
IChart Members
RightAngleAxes Property