Search Results for

    Show / Hide Table of Contents

    Interface IAxisRenderer

    Specifies interface for renderer which is responsible for rendering of IAxis implementations

    Implements
    IDrawable
    IAxisRendererCore
    IAxisLayoutChangeListener
    Namespace:
    Assembly: .dll
    Syntax
    public interface IAxisRenderer extends IDrawable, IAxisRendererCore, IAxisLayoutChangeListener

    Methods

    getDesiredHeight()

    Gets desired height for currently attached axis

    Declaration
    public abstract int getDesiredHeight()
    Returns
    Type Description
    int

    Measured height in pixels for currently attached axis

    getDesiredWidth()

    Gets desired width for currently attached axis

    Declaration
    public abstract int getDesiredWidth()
    Returns
    Type Description
    int

    Measured width in pixels for currently attached axis

    measure()

    Measure required size for currently attached axis

    Declaration
    public abstract void measure()

    onLayout(IAssetManager2D assetManager, Rect bounds)

    Performs layout of axis renderer in specified bounds

    Declaration
    public abstract void onLayout(IAssetManager2D assetManager, Rect bounds)
    Parameters
    Type Name Description
    IAssetManager2D assetManager

    IAssetManager2D instance which manages assets for current com.scichart.drawing.common.IRenderSurface instance

    android.graphics.Rect bounds

    Bounds in pixels where axis should be drawn

    Implements

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