XlSparklineGroup.ColorLow Property
Gets or sets the color of the lowest data point for each sparkline in the sparkline group.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
XlColor | An XlColor object that specifies the point color. |
Remarks
Note
The setting is in effect if the XlSparklineGroup.HighlightLowest property is true.
See Also