Skip to main content
A newer version of this page is available. .

XlSparklineGroup.RightToLeft Property

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

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public bool RightToLeft { get; set; }

Property Value

Type Description
Boolean

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

See Also