Search Results for

    Show / Hide Table of Contents

    Interface ILogarithmicNumericAxis

    Defines a base interface for all logarithmic axes used throughout the SciChart SDK

    Implements
    INumericAxis
    Namespace:
    Assembly: .dll
    Syntax
    public interface ILogarithmicNumericAxis extends INumericAxis

    Methods

    getLogarithmicBase()

    Gets a logarithmic base used by the logarithmic scale of LogarithmicNumericAxis.

    Declaration
    public abstract double getLogarithmicBase()
    Returns
    Type Description
    double

    The logarithmic base used by the logarithmic scale of LogarithmicNumericAxis.

    setLogarithmicBase(double logBase)

    Sets a logarithmic base used by the logarithmic scale of LogarithmicNumericAxis.

    Declaration
    public abstract void setLogarithmicBase(double logBase)
    Parameters
    Type Name Description
    double logBase

    The logarithmic base used by the logarithmic scale of LogarithmicNumericAxis.

    Implements

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