Interface IAxesChangeListener
Namespace:
Assembly: .dll
Syntax
public interface IAxesChangeListener
Methods
onXAxesCollectionChanged(CollectionChangedEventArgs<IAxis> args)
Called when parent SciChartSurface#getXAxes() collection changes
Declaration
public abstract void onXAxesCollectionChanged(CollectionChangedEventArgs<IAxis> args)
Parameters
Type | Name | Description |
---|---|---|
CollectionChangedEventArgs<IAxis> | args | The collection changed event args |
onXAxesDrasticallyChanged()
Called when parent SciChartSurface#getXAxes() collection drastically changed
Declaration
public abstract void onXAxesDrasticallyChanged()
onYAxesCollectionChanged(CollectionChangedEventArgs<IAxis> args)
Called when parent SciChartSurface#getYAxes() collection changes
Declaration
public abstract void onYAxesCollectionChanged(CollectionChangedEventArgs<IAxis> args)
Parameters
Type | Name | Description |
---|---|---|
CollectionChangedEventArgs<IAxis> | args | The collection changed event args |
onYAxesDrasticallyChanged()
Called when parent SciChartSurface#getYAxes() collection drastically changed
Declaration
public abstract void onYAxesDrasticallyChanged()