NChartRealityKitLayouter Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | NChartRealityKitLayouter.h |
Overview
The NChartRealityKitLayouter class provides basic methods to arrange the charts on the RealityKit-based scene within the NChartRealityKitMultiView instance.
chartSize
Size (in pixels) of each chart being arranged. The default size is FullHD, 1920x1080.
@property (nonatomic, assign) CGSize chartSizeDeclared In
NChartRealityKitLayouter.h
chartWidth
Chart width in scene units (which roughly perceived as meters). The default value is 1. The height is calculated automatically to keep the ratio given by chartSize.
@property (nonatomic, assign) CGFloat chartWidthDeclared In
NChartRealityKitLayouter.h