TiPlotAnnotationObject.ImageListIndex

TiPlotAnnotationObject

Specifies the image list used to display an Image Annotation.

property ImageListIndex : Integer;

Description

Use ImageListIndex to get or set the image list used by the ImageIndex property. The plot component currently supports 3 different built-in image lists.

To add or remove images to the list, use the design-time property editor. Additional methods for adding images at runtime will be added in a future release.

This property only has effect if the Annotation Style property is set to ipasImage.

Example

Delphi

iComponent.Annotation[0].ImageListIndex := 0; //Uses the first image list

C++ Builder

iComponent->Annotation[0]->ImageListIndex = 0; //Uses the first image list

Contents | Index | Previous | Next