Interface IAxisListener
An object that listens for changes in an axis.
Namespace: System.Windows.Controls.DataVisualization.Charting
Assembly: Controls.DataVisualization.OpenSilver.dll
Syntax
public interface IAxisListener
Methods
| Improve this Doc View SourceAxisInvalidated(IAxis)
This method is called when the axis is invalidated.
Declaration
void AxisInvalidated(IAxis axis)
Parameters
Type | Name | Description |
---|---|---|
IAxis | axis | The axis that has been invalidated. |