GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / Perspective Property


In This Topic
Perspective Property
In This Topic
Gets or sets a value that represents the perspective for the 3D chart view.
Syntax
'Declaration
 
Property Perspective As Integer
 
'Usage
 
Dim instance As IChart
Dim value As Integer
 
instance.Perspective = value
 
value = instance.Perspective
Remarks
The value of this property must be between 0 and 100. This property is ignored if the RightAngleAxes property is true.This function works with Spread WPF only.
See Also