Skip to main content

XlSparklineGroup.ColorFirst Property

Gets or sets the color of the first 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 ColorFirst { 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.HighlightFirst property is true.

See Also