TcxGridChartItem.OnSetStoredPropertyValue Event
Enables you to restore chart item property values from an external store.
Declaration
property OnSetStoredPropertyValue: TcxGridChartItemSetStoredPropertyValueEvent read; write;
Remarks
Handle the OnSetStoredPropertyValue event to restore chart item property values that are not stored by default and whose names and values were explicitly specified on the OnGetStoredProperties and OnGetStoredPropertyValue events. These values will be restored from an external store.
The Sender parameter specifies the chart item whose properties are being restored.
The AName parameter denotes the name of the chart item’s property whose value is being restored from an external store. This value is returned by the AValue parameter.
For more information, see the example on how to handle the OnGetStoredProperties event for tabular Views.
See Also