Enum OfficeChartPlotEmpty
Specifies how blank cells are plotted on a chart.
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.Base.dll
Syntax
public enum OfficeChartPlotEmpty
Fields
Name | Description |
---|---|
Interpolated | Indicates values are interpolated into the chart. |
NotPlotted | Indicates blank cells are not plotted. |
Zero | Indicates blanks are plotted as zero. |