Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadSurfaceChart Class / XScale Property


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