XlsChartAxis
Shadow Property
|
Represents the Shadow.Read-only
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
Implements
IChartAxis
Shadow
See Also