Enum ExcelChartPlotEmpty
Specifies how blank cells are plotted on a chart.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelChartPlotEmpty
Fields
| Name | Description |
|---|---|
| Interpolated | Values are interpolated into the chart. |
| NotPlotted | Blank cells are not plotted. |
| Zero | Blanks are plotted as zero. |