Namespace com.scichart.charting.layoutManagers
Classes
AxisLayoutStrategyBase
Defines base class for layout strategy which determines how axes should be placed in com.scichart.charting.visuals.SciChartSurface
BottomAlignmentInnerAxisLayoutStrategy
Default layout strategy implementation which arranges bottom aligned axes which are placed within com.scichart.charting.visuals.IRenderableSeriesArea from bottom to top
BottomAlignmentOuterAxisLayoutStrategy
Default layout strategy implementation which arranges bottom aligned axes which are placed outside com.scichart.charting.visuals.IRenderableSeriesArea from top to bottom
ChartLayoutState
The helper class with data for the current layout pass
DefaultLayoutManager
Defines a default layout manager implementation for com.scichart.charting.visuals.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 com.scichart.charting.visuals.IRenderableSeriesArea from left to right
LeftAlignmentOuterAxisLayoutStrategy
Default layout strategy implementation which arranges left aligned axes which are placed outside com.scichart.charting.visuals.IRenderableSeriesArea from right to left
RightAlignmentInnerAxisLayoutStrategy
Default layout strategy implementation which arranges right aligned axes which are placed within com.scichart.charting.visuals.IRenderableSeriesArea from right to left
RightAlignmentOuterAxisLayoutStrategy
Default layout strategy implementation which arranges right aligned axes which are placed outside com.scichart.charting.visuals.IRenderableSeriesArea from left to right
TopAlignmentInnerAxisLayoutStrategy
Default layout strategy implementation which arranges top aligned axes which are placed within com.scichart.charting.visuals.IRenderableSeriesArea from top to bottom
TopAlignmentOuterAxisLayoutStrategy
Default layout strategy implementation which arranges top aligned axes which are placed outside com.scichart.charting.visuals.IRenderableSeriesArea from bottom to top
VerticalAxisLayoutStrategy
Base layout strategy class for vertical layout of axes
Interfaces
IAxisLayoutStrategy
Defines interface for layout strategy which determines how axes should be placed in com.scichart.charting.visuals.SciChartSurface
ILayoutManager
Defines interface to a LayoutManager, which may be used to layout com.scichart.charting.visuals.SciChartSurface parts
ILayoutManagerListener
Defines interface which should be implemented to get notification about changes in LayoutManager
ILayoutable
Defines interface for elements which can be placed by ILayoutManager