public interface IAxesChangeListener
Modifier and Type | Method and Description |
---|---|
void |
onXAxesCollectionChanged(com.scichart.core.observable.CollectionChangedEventArgs<IAxis> args)
Called when parent
SciChartSurface.getXAxes() collection changes |
void |
onXAxesDrasticallyChanged()
Called when parent
SciChartSurface.getXAxes() collection drastically changed |
void |
onYAxesCollectionChanged(com.scichart.core.observable.CollectionChangedEventArgs<IAxis> args)
Called when parent
SciChartSurface.getYAxes() collection changes |
void |
onYAxesDrasticallyChanged()
Called when parent
SciChartSurface.getYAxes() collection drastically changed |
void onXAxesDrasticallyChanged()
SciChartSurface.getXAxes()
collection drastically changedvoid onYAxesDrasticallyChanged()
SciChartSurface.getYAxes()
collection drastically changedvoid onXAxesCollectionChanged(com.scichart.core.observable.CollectionChangedEventArgs<IAxis> args)
SciChartSurface.getXAxes()
collection changesargs
- The collection changed event argsvoid onYAxesCollectionChanged(com.scichart.core.observable.CollectionChangedEventArgs<IAxis> args)
SciChartSurface.getYAxes()
collection changesargs
- The collection changed event args