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


In This Topic
    Transform Property (ChartView)
    In This Topic
    Gets or sets 3D transformation of view(3D only).
    Syntax
    'Declaration
     
    
    Public Property Transform As Transform3D
    'Usage
     
    
    Dim instance As ChartView
    Dim value As Transform3D
     
    instance.Transform = value
     
    value = instance.Transform
    public Transform3D Transform {get; set;}
    See Also