Skip to main content

DisplayBlanksAs Enum

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

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public enum DisplayBlanksAs

Members

Name Description
Zero

Specifies that empty cells should be treated as zeros.

Span

Specifies that empty cells should be spanned with a line.

Gap

Specifies that empty cells should be displayed as gaps on a chart.

Related API Members

The following properties accept/return DisplayBlanksAs values:

Remarks

The values listed by this enumeration are used to set the ChartOptions.DisplayBlanksAs property.

See Also