Search Results for

    Show / Hide Table of Contents

    Interface ILayoutManagerListener

    Defines interface which should be implemented to get notification about changes in LayoutManager

    Namespace:
    Assembly: .dll
    Syntax
    public interface ILayoutManagerListener

    Methods

    onAxisAlignmentChanged(IAxis axis, AxisAlignment oldValue, AxisAlignment newValue)

    Notifies about changing of axis alignment in one of axes

    Declaration
    public abstract void onAxisAlignmentChanged(IAxis axis, AxisAlignment oldValue, AxisAlignment newValue)
    Parameters
    Type Name Description
    IAxis axis

    axis which has been changed

    AxisAlignment oldValue

    old axis alignment

    AxisAlignment newValue

    new axis alignment

    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml