Skip to main content
A newer version of this page is available. .

TcxGridChartItem.OnGetStoredPropertyValue Event

Enables you to specify chart item property values to be stored in an external store.

Declaration

property OnGetStoredPropertyValue: TcxGridChartItemGetStoredPropertyValueEvent read; write;

Remarks

Having customized the list of properties to be stored to an external store on the OnGetStoredProperties event, handle the OnGetStoredPropertyValue event to specify their values. These values will be saved in the resulting output.

The Sender parameter specifies the chart item whose properties will be stored.

The AName parameter denotes the name of the chart item’s property in the resulting output.

In order to store a specific value for the AName property, assign the value to the AValue parameter.

For more information, see the example on how to handle the OnGetStoredProperties event for tabular Views.

See Also
TcxGridChartItem.OnGetStoredPropertyValue
TcxGridChartItem.OnGetStoredPropertyValue