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

XlDisplayBlanksAs Enum

Lists values used to specify how empty cells are displayed on a sparkline.

Namespace: DevExpress.Export.Xl

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

Declaration

public enum XlDisplayBlanksAs

Members

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.

Related API Members

The following properties accept/return XlDisplayBlanksAs values:

Remarks

This enumeration is used to specify the SparklineGroup.DisplayBlanksAs property value.

See Also