Back to Devexpress

TdxCustomFlowChart.ObjectCount Property

vcl-dxflchrt-dot-tdxcustomflowchart-2d88e8de.md

latest854 B
Original Source

TdxCustomFlowChart.ObjectCount Property

Returns the chart symbols count.

Declaration

delphi
property ObjectCount: Integer read;

Property Value

Type
Integer

Remarks

Use this property to obtain the total count of chart symbols within the flow chart control. The ObjectCount property value changes if you add or delete a chart symbol.

To access a specific chart symbol, use the Objects property.

See Also

TdxCustomFlowChart.SelectedObjectCount

TdxCustomFlowChart Class

TdxCustomFlowChart Members

dxflchrt Unit