Search Results for

    Show / Hide Table of Contents

    Interface IAxisGridLinesRenderer

    Specifies interface for renderer which is responsible for drawing of axis grid lines

    Implements
    IAxisGridLinesDrawable
    IAxisRendererCore
    Namespace:
    Assembly: .dll
    Syntax
    public interface IAxisGridLinesRenderer extends IAxisGridLinesDrawable, IAxisRendererCore

    Methods

    onLayout(IAssetManager2D assetManager, int viewportWidth, int viewportHeight)

    Performs layout of grid lines renderer in bounds specified by viewportWidth and viewportHeight

    Declaration
    public abstract void onLayout(IAssetManager2D assetManager, int viewportWidth, int viewportHeight)
    Parameters
    Type Name Description
    IAssetManager2D assetManager

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

    int viewportWidth

    Viewport width in pixels where grid lines should be drawn

    int viewportHeight

    Viewport height in pixels where grid lines should be drawn

    Implements

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