XlsChartSerieDataFormat
HasInterior Property
 | 
This property indicates whether interior object was created. 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 bool HasInterior { get; }
 
Public ReadOnly Property HasInterior As Boolean
	Get
 
public:
virtual property bool HasInterior {
	bool get () sealed;
}
 
abstract HasInterior : bool with get
override HasInterior : bool with get
 
 
 
Property Value
Type:
Boolean
Implements
IChartFillBorder
HasInterior
 
See Also