LabelKind property

Applies to

TPlotLabel

Declaration

property LabelKind: TLabelKind read write default lkText; published

Description

Labels may have one of the following styles:

* Text, VText - simple text in the frame; * Legend - plot legend, texts from TSeries; * Balloon - text label with stem (hotsplot); * Arrow - simple arrow. * Line - the same as arrow, but without tip; * Rectangle, Ellipse - simple figures.

Notice: to keep reverse compatibility, as of build #325 LabelKind setter has side effect - PinModes properties also modified in order to save existing DM2003 scripts.

Also Alignment property is changed.