Skip to main content

XlSparklineGroup.ColorSeries Property

Gets or sets the color 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 ColorSeries { get; set; }

Property Value

Type Description
XlColor

An XlColor object that specifies the line color.

See Also