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

XlSparklineGroup.ColorNegative Property

Gets or sets the color of the negative data points for each sparkline in the sparkline group.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v21.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public XlColor ColorNegative { get; set; }

Property Value

Type Description
XlColor

An XlColor object that specifies the point color.

See Also