XlsChartShape
PlotVisibleOnly Property
 | 
True if only visible cells are plotted. False if both visible and hidden cells are plotted.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public bool PlotVisibleOnly { get; set; }
 
Public Property PlotVisibleOnly As Boolean
	Get
	Set
 
public:
virtual property bool PlotVisibleOnly {
	bool get () sealed;
	void set (bool value) sealed;
}
 
abstract PlotVisibleOnly : bool with get, set
override PlotVisibleOnly : bool with get, set
 
 
 
Property Value
Type:
Boolean
Implements
IChart
PlotVisibleOnly
 
See Also