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