iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x

SCISpacingMode

enum SCISpacingMode : NSUInteger {}

Defines the mode of setting spacing between horizontally stacked SCIStackedColumnRenderableSeries.

  • For setting spacing in pixels (in used space coordinate).

    Declaration

    Objective-C

    SCISpacingMode_Absolute
  • Used for spacing in fraction of column width.

    Note

    Should be between 0.0 and 1.0.

    Declaration

    Objective-C

    SCISpacingMode_Relative