'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
.