ChartAxesChanged (class)
public ChartAxesChanged {inherits Event}
Package: CURL.GUI.CHARTS

An Event used for notification of when a LayeredChart's axes have changed.

Description

This Event is fired at a LayeredChart and then at all of its ChartLayers whenever the ChartAxis objects in the chart have changed. Note that this does not happen for every layout, so this is not redundant with ChartLayoutChanged.

Constructors
default:Construct a new ChartAxesChanged object.
constructor public {ChartAxesChanged.default chart:LayeredChart}

Properties
chart:The LayeredChart whose axes have changed.
field public constant ChartAxesChanged.chart:LayeredChart

Methods
Methods inherited from Object: object-describe, object-describe-for-debugging, object-serialize



Constructor Details
default (constructor)
public {ChartAxesChanged.default chart:LayeredChart}

Construct a new ChartAxesChanged object.

chart: The LayeredChart whose axes have changed.



Property Details
chart (field)
public constant ChartAxesChanged.chart:LayeredChart

The LayeredChart whose axes have changed.






Method Details