Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

ChartPlotEmptyType

Implements

IChart..::..DisplayBlanksAs

See Also