ChartSeries
Item Property (Int32)
|
Returns a single Name object from a Names collection.
Namespace:
Spire.Xls.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ChartSerie this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As ChartSerie
Get
public:
property ChartSerie^ default[int index] {
ChartSerie^ get (int index);
}
member Item : ChartSerie with get
Parameters
-
index
-
Type:
System
Int32
Property Value
Type:
ChartSerie
See Also