Skip to main content

XlSparklineGroup.ColorLast Property

Gets or sets the color of the last data point for each sparkline in the sparkline group.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public XlColor ColorLast { get; set; }

Property Value

Type Description
XlColor

An XlColor object that specifies the point color.

Remarks

Note

The setting is in effect if the XlSparklineGroup.HighlightLast property is true.

See Also