XlsChartSerieDataFormat
AreaProperties Property
 | 
Returns object, that represents aera properties. Read only.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public IChartInterior AreaProperties { get; }
 
Public ReadOnly Property AreaProperties As IChartInterior
	Get
 
public:
virtual property IChartInterior^ AreaProperties {
	IChartInterior^ get () sealed;
}
 
abstract AreaProperties : IChartInterior with get
override AreaProperties : IChartInterior with get
 
 
 
Property Value
Type:
IChartInterior
Implements
IChartSerieDataFormat
AreaProperties
 
See Also