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

BarSparklineStyleSettings.HighlightNegativePoints Property

Gets or sets a value specifying whether to highlight all sparkline points that have negative values (less than 0).

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public bool HighlightNegativePoints { get; set; }

Property Value

Type Description
Boolean

true, to highlight points with negative values; otherwise, false.

See Also