ChartSheet
Series Property
|
Returns an object that represents either a single series (a Series object) or a collection of all the series (a SeriesCollection collection) in the chart or chart group.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ChartSeries Series { get; }
Public ReadOnly Property Series As ChartSeries
Get
public:
property ChartSeries^ Series {
ChartSeries^ get ();
}
member Series : ChartSeries with get
Property Value
Type:
ChartSeries
See Also