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