Class AxesPropertyHelper
Inheritance
AxesPropertyHelper
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
Methods
attachTo(IAxis item, IServiceContainer services)
Declaration
protected void attachTo(IAxis item, IServiceContainer services)
Parameters
Overrides
detach(IAxis item)
Declaration
protected void detach(IAxis item)
Parameters
| Type |
Name |
Description |
| IAxis |
item |
|
Overrides
onCollectionChanged(ObservableCollection<IAxis> collection, CollectionChangedEventArgs<IAxis> args)
Declaration
public void onCollectionChanged(ObservableCollection<IAxis> collection, CollectionChangedEventArgs<IAxis> args)
Parameters
Overrides
Exceptions
onCollectionDrasticallyChanged(ObservableCollection<IAxis> oldValue, ObservableCollection<IAxis> newValue)
Declaration
public void onCollectionDrasticallyChanged(ObservableCollection<IAxis> oldValue, ObservableCollection<IAxis> newValue)
Parameters
Overrides