XlsChartSerieDataFormat
Shadow Property
 | 
Gets the shadow properties.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public ChartShadow Shadow { get; }
 
Public ReadOnly Property Shadow As ChartShadow
	Get
 
public:
virtual property ChartShadow^ Shadow {
	ChartShadow^ get () sealed;
}
 
abstract Shadow : ChartShadow with get
override Shadow : ChartShadow with get
 
 
 
Property Value
Type:
ChartShadow
The shadow properties.
Implements
IChartFillBorder
Shadow
 
See Also