TiPieChart.StartDegrees

TiPieChart

Specifies the starting point at which the pie segments are drawn counter clockwise.

property StartDegrees : Integer;

Description

Use StartDegrees to get or set the starting point at which the pie segments are drawn counter clockwise. The first item is drawn starting at the StartDegrees, then each successive item is drawn counter clockwise from that point.

Example

Delphi

iComponent.StartDegrees := 180;

C++ Builder

iComponent->StartDegrees = 180;

Contents | Index | Previous | Next