XlsChartShape
DisplayBlanksAs Property
|
Represents the way that blank cells are plotted on a chart.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ChartPlotEmptyType DisplayBlanksAs { get; set; }
Public Property DisplayBlanksAs As ChartPlotEmptyType
Get
Set
public:
virtual property ChartPlotEmptyType DisplayBlanksAs {
ChartPlotEmptyType get () sealed;
void set (ChartPlotEmptyType value) sealed;
}
abstract DisplayBlanksAs : ChartPlotEmptyType with get, set
override DisplayBlanksAs : ChartPlotEmptyType with get, set
Property Value
Type:
ChartPlotEmptyType
Implements
IChart
DisplayBlanksAs
See Also