Click or drag to resize

ChartFormatCollection GetFormat Method

Retrieves the chart format at the specified index.

Namespace: Spire.Xls.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ChartFormat GetFormat(
	int index
)

Parameters

index
Type: System Int32
The zero-based index of the chart format to retrieve.

Return Value

Type: ChartFormat
The ChartFormat object at the specified index.
See Also