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

XlSparklineGroup.HighlightLowest Property

Gets or sets whether the lowest data point in the sparkline should be colored differently.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public bool HighlightLowest { get; set; }

Property Value

Type Description
Boolean

True to highlight the lowest data point; otherwise, false.

See Also