TdxCustomFlowChart.Images Property
Specifies the image source for the flow chart control.
Declaration
property Images: TCustomImageList read; write;
Property Value
Type |
---|
TCustomImageList |
Remarks
Use this property to associate the control with the image list. To associate a specific chart symbol with an image, assign its index to the chart symbol’s ImageIndex property.
See Also