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