Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public XLSXChartLightingType LightingType { get; set; }
Public Property LightingType As XLSXChartLightingType
	Get
	Set
public:
virtual property XLSXChartLightingType LightingType {
	XLSXChartLightingType get () sealed;
	void set (XLSXChartLightingType value) sealed;
}
abstract LightingType : XLSXChartLightingType with get, set
override LightingType : XLSXChartLightingType with get, set

Property Value

XLSXChartLightingType

Implements

IFormat3D..::..LightingType

See Also