Chart3D for WPF and Silverlight | ComponentOne
C1.WPF.C1Chart3D Namespace / C1Chart3D Class / YScale Property


In This Topic
    YScale Property (C1Chart3D)
    In This Topic
    Gets or sets the chart scale along y-axis.
    Syntax
    'Declaration
     
    
    Public Property YScale As Double
    'Usage
     
    
    Dim instance As C1Chart3D
    Dim value As Double
     
    instance.YScale = value
     
    value = instance.YScale
    public double YScale {get; set;}
    See Also