Class PieChartModifierCollection
Inheritance
java.util.AbstractCollection
java.util.AbstractList
PieChartModifierCollection
Namespace:
Assembly: .dll
Syntax
public class PieChartModifierCollection extends ChartModifierCollectionBase<IPieChartModifier>
Constructors
PieChartModifierCollection()
Declaration
public PieChartModifierCollection()
PieChartModifierCollection(Collection<IPieChartModifier> collection)
Declaration
public PieChartModifierCollection(Collection<IPieChartModifier> collection)
Parameters
Methods
attachTo(IServiceContainer services, boolean subscribeToEvents)
Declaration
public void attachTo(IServiceContainer services, boolean subscribeToEvents)
Parameters
Overrides
detach()
Declaration
Overrides
onCollectionChanged(int propertyId, CollectionChangedEventArgs<?> args)
Declaration
public void onCollectionChanged(int propertyId, CollectionChangedEventArgs<?> args)
Parameters
onPieRenderSurfaceRendered(PieChartRenderedMessage renderedMessage)
Declaration
public final void onPieRenderSurfaceRendered(PieChartRenderedMessage renderedMessage)
Parameters
onPropertyChanged(int propertyId)
Declaration
public void onPropertyChanged(int propertyId)
Parameters
| Type |
Name |
Description |
| int |
propertyId |
|
onSegmentCollectionDrasticallyChanged()
Declaration
public final void onSegmentCollectionDrasticallyChanged()
onSegmentsCollectionChanged(CollectionChangedEventArgs<renderableSeries.IPieSegment> args)
Declaration
public final void onSegmentsCollectionChanged(CollectionChangedEventArgs<renderableSeries.IPieSegment> args)
Parameters
onSelectedSegmentsCollectionChanged(CollectionChangedEventArgs<renderableSeries.IPieSegment> args)
Declaration
public final void onSelectedSegmentsCollectionChanged(CollectionChangedEventArgs<renderableSeries.IPieSegment> args)
Parameters