XlsChartSerieDataFormat
Interior Property
 | 
Returns object, that represents area 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 Interior { get; }
 
Public ReadOnly Property Interior As IChartInterior
	Get
 
public:
virtual property IChartInterior^ Interior {
	IChartInterior^ get () sealed;
}
 
abstract Interior : IChartInterior with get
override Interior : IChartInterior with get
 
 
 
Property Value
Type:
IChartInterior
Implements
IChartFillBorder
Interior
 
See Also