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

XlSparklineGroup.HighlightLast Property

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

Namespace: DevExpress.Export.Xl

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

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

Declaration

public bool HighlightLast { get; set; }

Property Value

Type Description
Boolean

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

See Also