Show / Hide Table of Contents

Interface IAxisListener

An object that listens for changes in an axis.

Namespace: System.Windows.Controls.DataVisualization.Charting
Assembly: OpenSilver.Controls.DataVisualization.Toolkit.dll
Syntax
public interface IAxisListener

Methods

| Improve this Doc View Source

AxisInvalidated(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.

  • Improve this Doc
  • View Source