XlsChartFormat
HasShadowPie Property
|
True if this pie 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 HasShadowPie { get; set; }
Public Property HasShadowPie As Boolean
Get
Set
public:
property bool HasShadowPie {
bool get ();
void set (bool value);
}
member HasShadowPie : bool with get, set
Property Value
Type:
Boolean
See Also