Back to Devexpress

TdxFcObject.Tag Property

vcl-dxflchrt-dot-tdxfcobject-6e4c5e9a.md

latest730 B
Original Source

TdxFcObject.Tag Property

Specifies the chart symbol’s ID.

Declaration

delphi
property Tag: Integer read; write;

Property Value

Type
Integer

Remarks

You can use this property to:

  • Assign a unique ID to the chart symbol;

  • Identify the chart symbol in the control‘s collection.

The default Tag property value is 0.

See Also

TdxFcItem.Data

TdxFcObject.CustomData

TdxFcObject Class

TdxFcObject Members

dxflchrt Unit