IChartWallOrFloor
Border Property
|
Gets the border of the chart.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
ChartBorder Border { get; }
ReadOnly Property Border As ChartBorder
Get
property ChartBorder^ Border {
ChartBorder^ get ();
}
abstract Border : ChartBorder with get
Property Value
Type:
ChartBorder
See Also