IChartTrendLine
Chart3DOptions Property
 | 
Gets the IThreeDFormat object. Read-only.[Deprecated]
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
IFormat3D Chart3DOptions { get; }
 
ReadOnly Property Chart3DOptions As IFormat3D
	Get
 
property IFormat3D^ Chart3DOptions {
	IFormat3D^ get ();
}
 
abstract Chart3DOptions : IFormat3D with get
 
 
 
Property Value
Type:
IFormat3D
 
See Also