TClockSeries

TClockSeries
Hierarchy     Properties     Methods     Events     

Cute Clock control.



Unit
TeeRose

Description
TClockSeries is a descendant of TCustom2DPolarSeries.
The Clock series displays live watches
both at design and runtime.
Multiple configuration parameters are available, like colors, numbering style, backgrounds, gradient, font, etc.

The "Style" property controls if the clock "numbers" will be "decimal 1,2,3...etc" or "Roman I,II,III,IV... etc".

Several properties allow formatting the clock:

Series1.Brush.Color := clYellow;
Series1.CircleBackColor := clWhite;
Series1.PenHours.Color := clBlue;
Series1.PenMinutes.Color := clRed;
Series1.Style := cssRoman;