TiPieChart.TitleHorizontalAlignment

TiPieChart

Specifies the horizontal alignment style of the title.

type TiTitleHorizontalAlignment = (ithaCenterDisplay, ithaCenterControl);

property
TitleHorizontalAlignment : TiTitleHorizontalAlignment;

Description

Use TitleHorizontalAlignment to specify the horizontal alignment style of the title.

These are the possible values:

Value
Meaning
ithaCenterDisplay
Title is drawn centered to the percent indicator.
ithaCenterControl
Title is drawn centered to the control.

Example

Delphi

iComponent.TitleHorizontalAlignment := ithaCenterDisplay;

C++ Builder

iComponent->TitleHorizontalAlignment = ithaCenterDisplay;

Contents | Index | Previous | Next