Interface | Description |
---|---|
IDisplayMetricsTransformer |
Defines the interface with methods for pixels transformations
|
IReadWriteLock |
Defines the interface for read-write lock
|
Class | Description |
---|---|
DisplayMetricsTransformer |
Defines a helper class with methods for pixels transformations
|
InvalidateMessage |
When published, causes the
SciChartSurface to queue up an asynchronous redraw |
MultiReadWriteLock |
Defines the
IReadWriteLock implementation which manages multiple IReadWriteLock instances |
Predicates |
Defines a helper class with some
Predicate constants |
ReadWriteLock |
Default implementation of
IReadWriteLock which uses ReentrantReadWriteLock |
RectUtil |
Defines a helper class for work with
Rect class |
ResizedMessage |
Published by
SciChartSurface after the chart surface resizes |
ZoomExtentsMessage |
When published, causes the
SciChartSurface to zoom to extents and redraw |