XlSparklineGroup.DisplayBlanksAs Property
In This Article
Gets or sets how empty cells are plotted.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public XlDisplayBlanksAs DisplayBlanksAs { get; set; }
#Property Value
Type | Description |
---|---|
Xl |
A Xl |
Available values:
Name | Description |
---|---|
Zero | Empty cells are plotted as zero values. |
Span | Empty cells are plotted as interpolated using a line which connects data points (for the Line type of a sparkline). |
Gap | Empty cells are not plotted resulting in gaps on a chart. |
#Remarks
Note
To specify whether to show data in hidden rows and columns on a sparkline, use the Xl
See Also