Click or drag to resize

ChartsCollection Item Property (String)

Get a chart object by name.

Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Chart this[
	string name
] { get; }

Parameters

name
Type: System String

Property Value

Type: Chart
See Also