ChartPlotEmptyType Enumeration
|
Chart plot empty type.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum ChartPlotEmptyType
Public Enumeration ChartPlotEmptyType
public enum class ChartPlotEmptyType
Members
|
|
Member name
|
Value
|
Description
|
|
|
NotPlotted
|
0
|
No plot.
|
|
|
Zero
|
1
|
Represents the Zero empty plot.
|
|
|
Interpolated
|
2
|
Represents the Interpolated empty plot.
|
See Also