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 XLSXChartMaterialType MaterialType { get; set; }
Public Property MaterialType As XLSXChartMaterialType
	Get
	Set
public:
virtual property XLSXChartMaterialType MaterialType {
	XLSXChartMaterialType get () sealed;
	void set (XLSXChartMaterialType value) sealed;
}
abstract MaterialType : XLSXChartMaterialType with get, set
override MaterialType : XLSXChartMaterialType with get, set

Property Value

XLSXChartMaterialType

Implements

IFormat3D..::..MaterialType

See Also