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