Search Results for

    Show / Hide Table of Contents

    Class AxesPropertyHelper

    Inheritance
    java.lang.Object
    CollectionPropertyHelper<E>
    propertyHelpers.AttachableCollectionPropertyHelper
    AxesPropertyHelper
    Inherited Members
    propertyHelpers.AttachableCollectionPropertyHelper.attachTo(E,IServiceContainer)
    propertyHelpers.AttachableCollectionPropertyHelper.detach(E)
    propertyHelpers.CollectionPropertyHelper.invalidatePropertyHolder()
    propertyHelpers.CollectionPropertyHelper.onCollectionChanged(ObservableCollection<E>,CollectionChangedEventArgs<E>)
    propertyHelpers.CollectionPropertyHelper.onCollectionDrasticallyChanged(ObservableCollection<E>,ObservableCollection<E>)
    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 class AxesPropertyHelper extends propertyHelpers.AttachableCollectionPropertyHelper<IAxis>

    Constructors

    AxesPropertyHelper(propertyHelpers.IPropertyHolder propertyHolder, int eventId, boolean isXAxisProperty)

    Declaration
    public AxesPropertyHelper(propertyHelpers.IPropertyHolder propertyHolder, int eventId, boolean isXAxisProperty)
    Parameters
    Type Name Description
    propertyHelpers.IPropertyHolder propertyHolder
    int eventId
    boolean isXAxisProperty

    Methods

    attachTo(IAxis item, IServiceContainer services)

    Declaration
    protected void attachTo(IAxis item, IServiceContainer services)
    Parameters
    Type Name Description
    IAxis item
    IServiceContainer services
    Overrides
    AttachableCollectionPropertyHelper<E>.attachTo(E item, IServiceContainer services)

    detach(IAxis item)

    Declaration
    protected void detach(IAxis item)
    Parameters
    Type Name Description
    IAxis item
    Overrides
    AttachableCollectionPropertyHelper<E>.detach(E item)

    onCollectionChanged(ObservableCollection<IAxis> collection, CollectionChangedEventArgs<IAxis> args)

    Declaration
    public void onCollectionChanged(ObservableCollection<IAxis> collection, CollectionChangedEventArgs<IAxis> args)
    Parameters
    Type Name Description
    ObservableCollection<IAxis> collection
    CollectionChangedEventArgs<IAxis> args
    Overrides
    CollectionPropertyHelper<E>.onCollectionChanged(ObservableCollection<E> collection, CollectionChangedEventArgs<E> args)
    Exceptions
    Type Condition
    Exception

    onCollectionDrasticallyChanged(ObservableCollection<IAxis> oldValue, ObservableCollection<IAxis> newValue)

    Declaration
    public void onCollectionDrasticallyChanged(ObservableCollection<IAxis> oldValue, ObservableCollection<IAxis> newValue)
    Parameters
    Type Name Description
    ObservableCollection<IAxis> oldValue
    ObservableCollection<IAxis> newValue
    Overrides
    CollectionPropertyHelper<E>.onCollectionDrasticallyChanged(ObservableCollection<E> oldValue, ObservableCollection<E> newValue)
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml