Class ExcelChartPlotEmpty
Specifies how blank cells are plotted on a chart.
Inheritance
System.Object
ExcelChartPlotEmpty
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelChartPlotEmpty : Enum
Fields
Interpolated
Values are interpolated into the chart.
Declaration
public const ExcelChartPlotEmpty Interpolated
Field Value
Type |
---|
ExcelChartPlotEmpty |
NotPlotted
Blank cells are not plotted.
Declaration
public const ExcelChartPlotEmpty NotPlotted
Field Value
Type |
---|
ExcelChartPlotEmpty |
Zero
Blanks are plotted as zero.
Declaration
public const ExcelChartPlotEmpty Zero
Field Value
Type |
---|
ExcelChartPlotEmpty |