PrxChartView.OptionsChanged

Syntax

OptionsChanged: function (sender,args);

Parameters

sender. Event source.

args. Event information.

Description

The OptionsChanged event is fired on changing chart settings.

Comments

The event is fired after executing the setInstance method.

Example

The example of event use is given in description of the PrxChartView.Options property.

See also:

PrxChartView