Search Results for

    Show / Hide Table of Contents

    Interface IChartListener

    Defines an interface to property listener for chart

    Namespace:
    Assembly: .dll
    Syntax
    public interface IChartListener

    Methods

    onCollectionChanged(int propertyId, CollectionChangedEventArgs<?> args)

    Caleed when collection associated with specified id changes

    Declaration
    public abstract void onCollectionChanged(int propertyId, CollectionChangedEventArgs<?> args)
    Parameters
    Type Name Description
    int propertyId

    The id of property

    CollectionChangedEventArgs<?> args

    The args with information about changes in collection

    onPropertyChanged(int propertyId)

    Called when property with specified id changes

    Declaration
    public abstract void onPropertyChanged(int propertyId)
    Parameters
    Type Name Description
    int propertyId

    The id of property

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