Search Results for

    Show / Hide Table of Contents

    Interface IChartModifier

    Defines the interface to a ChartModifierBase, which can be used to extend the interactivity or rendering of the ISciChartSurface

    Implements
    IChartModifierCore
    ISciChartSurfaceChangeListener
    ISciChartSurfaceProvider
    Namespace:
    Assembly: .dll
    Syntax
    public interface IChartModifier extends IChartModifierCore, ISciChartSurfaceChangeListener, ISciChartSurfaceProvider

    Methods

    getRenderableSeries()

    Gets the parent SciChartSurface#getRenderableSeries() collection

    Declaration
    public abstract List<renderableSeries.IRenderableSeries> getRenderableSeries()
    Returns
    Type Description
    List<IRenderableSeries>

    The renderable series collection

    getXAxes()

    Gets the parent SciChartSurface#getXAxes() collection

    Declaration
    public abstract List<IAxis> getXAxes()
    Returns
    Type Description
    List<IAxis>

    The XAxes collection

    getXAxis()

    Gets the primary XAxis, this is the first axis in the XAxes collection

    Declaration
    public abstract IAxis getXAxis()
    Returns
    Type Description
    IAxis

    The primary XAxis

    getYAxes()

    Gets the parent SciChartSurface#getYAxes() collection

    Declaration
    public abstract List<IAxis> getYAxes()
    Returns
    Type Description
    List<IAxis>

    The yAxes collection

    getYAxis()

    Gets the primary YAxis, this is the first axis in the YAxes collection

    Declaration
    public abstract IAxis getYAxis()
    Returns
    Type Description
    IAxis

    The primary YAxis

    Implements

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