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;

    Swift

    var leftInnerAreaSize: CGFloat { get set }
  • The size of the top aligned area within ISCIRenderableSeriesArea.

    Declaration

    Objective-C

    @property (nonatomic) CGFloat topInnerAreaSize;

    Swift

    var topInnerAreaSize: CGFloat { get set }
  • The size of the bottom aligned area within ISCIRenderableSeriesArea.

    Declaration

    Objective-C

    @property (nonatomic) CGFloat bottomInnerAreaSize;

    Swift

    var bottomInnerAreaSize: CGFloat { get set }
  • The size of the right aligned area within ISCIRenderableSeriesArea.

    Declaration

    Objective-C

    @property (nonatomic) CGFloat rightInnerAreaSize;

    Swift

    var rightInnerAreaSize: CGFloat { get set }
  • The size of the area which lies to the left of ISCIRenderableSeriesArea.

    Declaration

    Objective-C

    @property (nonatomic) CGFloat leftOuterAreaSize;

    Swift

    var leftOuterAreaSize: CGFloat { get set }
  • The size of the area which lies above ISCIRenderableSeriesArea.

    Declaration

    Objective-C

    @property (nonatomic) CGFloat topOuterAreaSize;

    Swift

    var topOuterAreaSize: CGFloat { get set }
  • The size of the area which lies below ISCIRenderableSeriesArea.

    Declaration

    Objective-C

    @property (nonatomic) CGFloat bottomOuterAreaSize;

    Swift

    var bottomOuterAreaSize: CGFloat { get set }
  • The size of the area which lies to the left of ISCIRenderableSeriesArea.

    Declaration

    Objective-C

    @property (nonatomic) CGFloat rightOuterAreaSize;

    Swift

    var rightOuterAreaSize: CGFloat { get set }