Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool HighlightNegativePoints { get; set; }

Property Value

Type Description
Boolean

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

See Also