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

Legend.ReverseItems Property

Gets or sets a value indicating whether the order of legend items is reversed.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(false, Handler = "InvalidateLegend")]
public bool ReverseItems { get; set; }

Property Value

Type Description
Boolean

true to reverse legend items; false to preserve their original order.

See Also