TTMSFNCChartSelector Class
Visual control that displays a miniature preview of one chart type, used in chart type selection dialogs.
API unit family: TMSFNCChart
Inherits from: TCustomControl
Syntax
TTMSFNCChartSelector = class(TCustomControl)
Properties
| Name | Description |
|---|---|
| ChartType | Chart series type visualized by this selector. Determines which miniature chart preview is drawn. |
| Color | Background fill color of the selector when not selected. |
| Font | Font used to render the chart type label inside the selector. |
| Selected | Indicates whether this selector is currently active. When True the control is rendered using SelectedColor. |
| SelectedColor | Background fill color of the selector when it is selected. |