Table of Contents

ExcelChart.GetObjectProperties Method

An object embedded inside a chart.

Syntax

Namespace: FlexCel.Core

public abstract TShapeProperties GetObjectProperties(Int32 objectIndex, Boolean GetShapeOptions)

Parameters

<-> Parameter Type Description
objectIndex Int32 Index of the object, between 1 and ObjectCount
GetShapeOptions Boolean When true, shape options will be retrieved. As this can be a slow operation, only specify true when you really need those options.

Returns

The properties for the embedded object.

See also