Skip to main content
Row

SparklineHorizontalAxis.RightToLeft Property

Gets or sets a value indicating whether the data points on the horizontal axis are plotted in right-to-left order.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool RightToLeft { get; set; }

Property Value

Type Description
Boolean

true, to plot values right-to-left; otherwise, false.

See Also