XlDisplayBlanksAs Enum
Lists values used to specify how empty cells are displayed on a sparkline.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
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