Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineSetting Class / RightToLeft Property


In This Topic
    RightToLeft Property (SparklineSetting)
    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
     
    
    Public Property RightToLeft As Boolean
    'Usage
     
    
    Dim instance As SparklineSetting
    Dim value As Boolean
     
    instance.RightToLeft = value
     
    value = instance.RightToLeft
    public bool RightToLeft {get; set;}

    Property Value

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