Search Results for

    Show / Hide Table of Contents

    Class AxisLayoutStrategyBase

    Defines base class for layout strategy which determines how axes should be placed in com.scichart.charting.visuals.SciChartSurface

    Inheritance
    java.lang.Object
    AxisLayoutStrategyBase
    Implements
    layoutManagers.IAxisLayoutStrategy
    Inherited Members
    Object.clone()
    Object.equals(Object)
    Object.finalize()
    Object.getClass()
    Object.hashCode()
    Object.notify()
    Object.notifyAll()
    Object.toString()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    Namespace:
    Assembly: .dll
    Syntax
    public abstract class AxisLayoutStrategyBase implements layoutManagers.IAxisLayoutStrategy

    Constructors

    AxisLayoutStrategyBase()

    Declaration
    public AxisLayoutStrategyBase()

    Fields

    axes

    The list of axis for current layout strategy

    Declaration
    protected final List<IAxis> axes
    Field Value
    Type Description
    List<IAxis>

    Methods

    addAxis(IAxis axis)

    Adds axis into this IAxisLayoutStrategy instance

    Declaration
    public void addAxis(IAxis axis)
    Parameters
    Type Name Description
    IAxis axis

    removeAxis(IAxis axis)

    Removes axis from this IAxisLayoutStrategy instance

    Declaration
    public void removeAxis(IAxis axis)
    Parameters
    Type Name Description
    IAxis axis

    Implements

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