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