ChartFormat
PieSeriesLine Property
|
Represents series line properties. ( For pie of pie or pie of bar chart types only. ) Read only.
Namespace:
Spire.Xls.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ChartBorder PieSeriesLine { get; }
Public ReadOnly Property PieSeriesLine As ChartBorder
Get
public:
property ChartBorder^ PieSeriesLine {
ChartBorder^ get ();
}
member PieSeriesLine : ChartBorder with get
Property Value
Type:
ChartBorder
See Also