ComponentOne Chart for WPF and Silverlight
Perspective Property


C1.WPF.C1Chart Namespace > ChartView Class : Perspective Property
Gets or sets the value of perspective transformation(3D only).
Syntax
'Declaration
 
Public Property Perspective As System.Double
'Usage
 
Dim instance As ChartView
Dim value As System.Double
 
instance.Perspective = value
 
value = instance.Perspective
public System.double Perspective {get; set;}
Remarks
3D only.
See Also

Reference

ChartView Class
ChartView Members