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

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.v19.2.Core.dll

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