TButtonPen
Hierarchy Properties Methods Events
Unit
TeePenDlg
Description
This component is internally used at Chart Editor dialogs.
Is like a normal VCL TButton control, but includes a property to "link" this button to a TChartPen property.
The Pen is used to display a graphical line at the right side of the button.
Clicking the button will automatically show the Chart Pen editor dialog (also located at TeePenDlg unit).
Example:
ButtonPen1.LinkPen( Series1.LinePen );