Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DisplayBlanksAs Enum

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

Namespace: DevExpress.Spreadsheet.Charts

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

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.

Remarks

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

See Also