Search Results for

    Show / Hide Table of Contents

    Interface ILegendItem

    Defines an interface for legend item which is used by SciChartLegend

    Implements
    IThemeable
    Namespace:
    Assembly: .dll
    Syntax
    public interface ILegendItem extends IThemeable

    Methods

    bindSource(Object source, SciChartLegend legend)

    Binds data provided by source to this ILegendItem

    Declaration
    public abstract void bindSource(Object source, SciChartLegend legend)
    Parameters
    Type Name Description
    Object source

    Source to bind with.

    SciChartLegend legend

    The parent SciChartLegend.

    getItemView()

    Gets the View associated with this legend item

    Declaration
    public abstract View getItemView()
    Returns
    Type Description
    android.view.View

    The associated View instance

    Implements

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