XlsChartFormat
IsAreaShadowed Property
|
This area has a shadow.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsAreaShadowed { get; set; }
Public Property IsAreaShadowed As Boolean
Get
Set
public:
property bool IsAreaShadowed {
bool get ();
void set (bool value);
}
member IsAreaShadowed : bool with get, set
Property Value
Type:
Boolean
See Also