
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIChartLayoutState
@interface SCIChartLayoutState : NSObject <ISCICleanable>
The helper class with data for the current layout pass.
-
The size of the left aligned area within
ISCIRenderableSeriesArea
.Declaration
Objective-C
@property (nonatomic) CGFloat leftInnerAreaSize;
-
The size of the top aligned area within
ISCIRenderableSeriesArea
.Declaration
Objective-C
@property (nonatomic) CGFloat topInnerAreaSize;
-
The size of the bottom aligned area within
ISCIRenderableSeriesArea
.Declaration
Objective-C
@property (nonatomic) CGFloat bottomInnerAreaSize;
-
The size of the right aligned area within
ISCIRenderableSeriesArea
.Declaration
Objective-C
@property (nonatomic) CGFloat rightInnerAreaSize;
-
The size of the area which lies to the left of
ISCIRenderableSeriesArea
.Declaration
Objective-C
@property (nonatomic) CGFloat leftOuterAreaSize;
-
The size of the area which lies above
ISCIRenderableSeriesArea
.Declaration
Objective-C
@property (nonatomic) CGFloat topOuterAreaSize;
-
The size of the area which lies below
ISCIRenderableSeriesArea
.Declaration
Objective-C
@property (nonatomic) CGFloat bottomOuterAreaSize;
-
The size of the area which lies to the left of
ISCIRenderableSeriesArea
.Declaration
Objective-C
@property (nonatomic) CGFloat rightOuterAreaSize;