Class ChartLayoutState
The helper class with data for the current layout pass
Implements
Inherited Members
Namespace:
Assembly: .dll
Syntax
public final class ChartLayoutState implements ICleanable
Constructors
ChartLayoutState()
Declaration
public ChartLayoutState()
Fields
DEFAULT_SIZE
Default size of the area
Declaration
public static final int DEFAULT_SIZE
Field Value
| Type | Description |
|---|---|
| int |
bottomInnerAreaSize
The size of the bottom aligned area within com.scichart.charting.visuals.IRenderableSeriesArea
Declaration
public int bottomInnerAreaSize
Field Value
| Type | Description |
|---|---|
| int |
bottomOuterAreaSize
The size of the area which lies below com.scichart.charting.visuals.IRenderableSeriesArea
Declaration
public int bottomOuterAreaSize
Field Value
| Type | Description |
|---|---|
| int |
leftInnerAreaSize
The size of the left aligned area within com.scichart.charting.visuals.IRenderableSeriesArea
Declaration
public int leftInnerAreaSize
Field Value
| Type | Description |
|---|---|
| int |
leftOuterAreaSize
The size of the area which lies to the left of com.scichart.charting.visuals.IRenderableSeriesArea
Declaration
public int leftOuterAreaSize
Field Value
| Type | Description |
|---|---|
| int |
rightInnerAreaSize
The size of the right aligned area within com.scichart.charting.visuals.IRenderableSeriesArea
Declaration
public int rightInnerAreaSize
Field Value
| Type | Description |
|---|---|
| int |
rightOuterAreaSize
The size of the area which lies to the left of com.scichart.charting.visuals.IRenderableSeriesArea
Declaration
public int rightOuterAreaSize
Field Value
| Type | Description |
|---|---|
| int |
topInnerAreaSize
The size of the top aligned area within com.scichart.charting.visuals.IRenderableSeriesArea
Declaration
public int topInnerAreaSize
Field Value
| Type | Description |
|---|---|
| int |
topOuterAreaSize
The size of the area which lies above com.scichart.charting.visuals.IRenderableSeriesArea
Declaration
public int topOuterAreaSize
Field Value
| Type | Description |
|---|---|
| int |
Methods
clear()
Declaration
public void clear()