Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparkHorizontalAxis Interface / RightToLeftPlotOrder Property


In This Topic
    RightToLeftPlotOrder Property
    In This Topic
    Gets or sets a value indicating whether the points on the horizontal axis are plotted in right-to-left order.
    Syntax
    'Declaration
     
    
    Property RightToLeftPlotOrder As Boolean
    'Usage
     
    
    Dim instance As ISparkHorizontalAxis
    Dim value As Boolean
     
    instance.RightToLeftPlotOrder = value
     
    value = instance.RightToLeftPlotOrder
    bool RightToLeftPlotOrder {get; set;}

    Property Value

    true if the points on the horizontal axis are plotted in right-to-left order; otherwise, false.
    See Also