public class AxesPropertyHelper extends AttachableCollectionPropertyHelper<IAxis>
propertyHolder
Constructor and Description |
---|
AxesPropertyHelper(IPropertyHolder propertyHolder,
int eventId,
boolean isXAxisProperty) |
Modifier and Type | Method and Description |
---|---|
protected void |
attachTo(IAxis item,
com.scichart.core.IServiceContainer services) |
protected void |
detach(IAxis item) |
void |
onCollectionChanged(com.scichart.core.observable.ObservableCollection<IAxis> collection,
com.scichart.core.observable.CollectionChangedEventArgs<IAxis> args) |
void |
onCollectionDrasticallyChanged(com.scichart.core.observable.ObservableCollection<IAxis> oldValue,
com.scichart.core.observable.ObservableCollection<IAxis> newValue) |
invalidatePropertyHolder
public AxesPropertyHelper(IPropertyHolder propertyHolder, int eventId, boolean isXAxisProperty)
public void onCollectionDrasticallyChanged(com.scichart.core.observable.ObservableCollection<IAxis> oldValue, com.scichart.core.observable.ObservableCollection<IAxis> newValue)
onCollectionDrasticallyChanged
in class CollectionPropertyHelper<IAxis>
public void onCollectionChanged(com.scichart.core.observable.ObservableCollection<IAxis> collection, com.scichart.core.observable.CollectionChangedEventArgs<IAxis> args) throws java.lang.Exception
onCollectionChanged
in interface com.scichart.core.observable.ICollectionObserver<IAxis>
onCollectionChanged
in class CollectionPropertyHelper<IAxis>
java.lang.Exception
protected void detach(IAxis item)
detach
in class AttachableCollectionPropertyHelper<IAxis>
protected void attachTo(IAxis item, com.scichart.core.IServiceContainer services)
attachTo
in class AttachableCollectionPropertyHelper<IAxis>