Interface | Description |
---|---|
IAxisLayoutStrategy |
Defines interface for layout strategy which determines how axes should be placed in
SciChartSurface |
ILayoutable |
Defines interface for elements which can be placed by
ILayoutManager |
ILayoutManager |
Defines interface to a LayoutManager, which may be used to layout
SciChartSurface parts |
ILayoutManagerListener |
Defines interface which should be implemented to get notification about changes in LayoutManager
|
Class | Description |
---|---|
AxisLayoutStrategyBase |
Defines base class for layout strategy which determines how axes should be placed in
SciChartSurface |
BottomAlignmentInnerAxisLayoutStrategy |
Default layout strategy implementation which arranges bottom aligned axes which are placed within
IRenderableSeriesArea from bottom to top |
BottomAlignmentOuterAxisLayoutStrategy |
Default layout strategy implementation which arranges bottom aligned axes which are placed outside
IRenderableSeriesArea from top to bottom |
ChartLayoutState |
The helper class with data for the current layout pass
|
DefaultLayoutManager |
Defines a default layout manager implementation for
SciChartSurface |
DefaultLayoutManager.Builder |
A helper class which helps to build
DefaultLayoutManager instance |
HorizontalAxisLayoutStrategy |
Base layout strategy class for horizontal layout of axes
|
LayoutManagerBase |
Base class for implementation of custom LayoutManager
|
LeftAlignmentInnerAxisLayoutStrategy |
Default layout strategy implementation which arranges left aligned axes which are placed within
IRenderableSeriesArea from left to right |
LeftAlignmentOuterAxisLayoutStrategy |
Default layout strategy implementation which arranges left aligned axes which are placed outside
IRenderableSeriesArea from right to left |
RightAlignmentInnerAxisLayoutStrategy |
Default layout strategy implementation which arranges right aligned axes which are placed within
IRenderableSeriesArea from right to left |
RightAlignmentOuterAxisLayoutStrategy |
Default layout strategy implementation which arranges right aligned axes which are placed outside
IRenderableSeriesArea from left to right |
TopAlignmentInnerAxisLayoutStrategy |
Default layout strategy implementation which arranges top aligned axes which are placed within
IRenderableSeriesArea from top to bottom |
TopAlignmentOuterAxisLayoutStrategy |
Default layout strategy implementation which arranges top aligned axes which are placed outside
IRenderableSeriesArea from bottom to top |
VerticalAxisLayoutStrategy |
Base layout strategy class for vertical layout of axes
|