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


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