Skip to main content

TdxCustomFlowChart.ObjectCount Property

Returns the chart symbols count.

Declaration

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