XlsChartSerieDataFormat
HasBorder Property
|
Indicates whether chart has border.
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 HasBorder { get; }
Public ReadOnly Property HasBorder As Boolean
Get
public:
property bool HasBorder {
bool get ();
}
member HasBorder : bool with get
Property Value
Type:
Boolean
See Also