ChartSeries
Item Property (String)
|
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[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As ChartSerie
Get
public:
property ChartSerie^ default[String^ name] {
ChartSerie^ get (String^ name);
}
member Item : ChartSerie with get
Parameters
-
name
-
Type:
System
String
Property Value
Type:
ChartSerie
See Also