TTMSFNCChartColorSelection Class
A single color entry in the chart color list used to assign series colors by index.
API unit family: TMSFNCChart
Inherits from: TCollectionItem
Syntax
TTMSFNCChartColorSelection = class(TCollectionItem)
Properties
| Name |
Description |
| Color |
The color assigned to a series whose index matches this item's position in the collection. |
| DataInteger |
Optional integer for associating application data with this color entry. |
| DataObject |
Optional object reference for associating application data with this color entry. |
| DataString |
Optional string for associating application data with this color entry. |
| Tag |
User-defined integer tag for identifying this color entry in event handlers. |
Methods
| Name |
Description |
| Chart |
Returns the owning TTMSFNCChart instance. Returns the owning chart instance. |
Events