public final class ChartLayoutState
extends java.lang.Object
implements com.scichart.core.framework.ICleanable
Modifier and Type | Field and Description |
---|---|
int |
bottomInnerAreaSize
The size of the bottom aligned area within
IRenderableSeriesArea |
int |
bottomOuterAreaSize
The size of the area which lies below
IRenderableSeriesArea |
static int |
DEFAULT_SIZE
Default size of the area
|
int |
leftInnerAreaSize
The size of the left aligned area within
IRenderableSeriesArea |
int |
leftOuterAreaSize
The size of the area which lies to the left of
IRenderableSeriesArea |
int |
rightInnerAreaSize
The size of the right aligned area within
IRenderableSeriesArea |
int |
rightOuterAreaSize
The size of the area which lies to the left of
IRenderableSeriesArea |
int |
topInnerAreaSize
The size of the top aligned area within
IRenderableSeriesArea |
int |
topOuterAreaSize
The size of the area which lies above
IRenderableSeriesArea |
Constructor and Description |
---|
ChartLayoutState() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
public static final int DEFAULT_SIZE
public int leftInnerAreaSize
IRenderableSeriesArea
public int topInnerAreaSize
IRenderableSeriesArea
public int bottomInnerAreaSize
IRenderableSeriesArea
public int rightInnerAreaSize
IRenderableSeriesArea
public int leftOuterAreaSize
IRenderableSeriesArea
public int topOuterAreaSize
IRenderableSeriesArea
public int bottomOuterAreaSize
IRenderableSeriesArea
public int rightOuterAreaSize
IRenderableSeriesArea