Interface IUpdatePolicyPropertyOwner

All Known Implementing Classes:
AbstractGridLineVisualSet, AbstractLineVisualSet, AbstractPolylineVisualSet, AbstractRegionVisualSet, BarLabeledVisualSet, BarVisualSet, BoxAndWhiskerVisualSet, ConnectionVisualSet, GanttPolylineVisualSet, GanttVisualSet, HeatmapVisualSet, HistogramVisualSet, HorizontalGridLineVisualSet, LabeledVisualSet, LineBarVisualSet, LineVisualSet, PointsVisualSet, PolylineVisualSet, RangeRegionVisualSet, RegionVisualSet, SlotsVisualSet, TriangleMarkerVisualSet, VerticalGridLineVisualSet, VisualSet, WaterfallVisualSet

public interface IUpdatePolicyPropertyOwner
Interface of VisualSet.UpdatePolicy property owners. Used for visuals that are require increased performance. Provides an opportunity to reduce computational costs for VisualSets, all new elements of which are added to the end of the list. It also allows the user to control the updating of the list of displayed visuals by manually calling the update method.
Author:
Aleksey Kirillov