XlsChartGridLine
Border Property
|
Gets line 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 ChartBorder Border { get; }
Public ReadOnly Property Border As ChartBorder
Get
public:
virtual property ChartBorder^ Border {
ChartBorder^ get () sealed;
}
abstract Border : ChartBorder with get
override Border : ChartBorder with get
Property Value
Type:
ChartBorder
Implements
IChartGridLine
Border
See Also