ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / ChartView Class / Perspective Property


In This Topic
    Perspective Property
    In This Topic
    Gets or sets the value of perspective transformation(3D only).
    Syntax
    'Declaration
     
    
    Public Property Perspective As Double
    'Usage
     
    
    Dim instance As ChartView
    Dim value As Double
     
    instance.Perspective = value
     
    value = instance.Perspective
    public double Perspective {get; set;}
    Remarks
    3D only.
    See Also