Back to Devexpress

TdxCustomFlowChart.Images Property

vcl-dxflchrt-dot-tdxcustomflowchart-6e6a4690.md

latest749 B
Original Source

TdxCustomFlowChart.Images Property

Specifies the image source for the flow chart control.

Declaration

delphi
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

TdxCustomFlowChart Class

TdxCustomFlowChart Members

dxflchrt Unit