iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCISliceLayout
@interface SCISliceLayout : SCIViewContainer
A default layout which is used to place SCISlice.
-
Creates a new instance of
SCISliceLayoutclass.Declaration
Objective-C
- (nonnull instancetype)initWithBehavior: (nonnull SCIVerticalSliceBehaviorBase *)behavior;Swift
init(behavior: SCIVerticalSliceBehaviorBase)Parameters
behaviorThe
SCIVerticalSliceBehaviorBaseinstance to be used in thisSCISliceLayoutinstance. -
Arranges child
SCISlices.Declaration
Objective-C
- (void)arrangeSubviews;Swift
func arrangeSubviews()
View on GitHub