ChartShadow
ShadowPrespectiveType Property
 | 
Gets or sets the shadow prespective presets.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public XLSXChartPrespectiveType ShadowPrespectiveType { get; set; }
 
Public Property ShadowPrespectiveType As XLSXChartPrespectiveType
	Get
	Set
 
public:
virtual property XLSXChartPrespectiveType ShadowPrespectiveType {
	XLSXChartPrespectiveType get () sealed;
	void set (XLSXChartPrespectiveType value) sealed;
}
 
abstract ShadowPrespectiveType : XLSXChartPrespectiveType with get, set
override ShadowPrespectiveType : XLSXChartPrespectiveType with get, set
 
 
 
Property Value
Type:
XLSXChartPrespectiveType
The shadow prespective presets.
Implements
IShadow
ShadowPrespectiveType
 
See Also