Skip to main content

XlSparklineGroup.HighlightFirst Property

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

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public bool HighlightFirst { get; set; }

Property Value

Type Description
Boolean

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

See Also