
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIChartSurfaceBase
@interface SCIChartSurfaceBase : SCILayoutableView <ISCIChartSurfaceBase>
An abstract base class containing shared code between different implementations of SCIChartSurface
.
-
Provides a way to set
backgroundColor
on this surface inistance.Declaration
Objective-C
@property (nonatomic, strong, nullable) UIColor *backgroundColor;
-
Deprecated
Please use
theme:
insteadDefines the current theme applied to this
SCIChartSurfaceBase
.Declaration
Objective-C
@property (nonatomic, copy, nonnull) NSString *themeId;
-
Defines the current theme applied to this
SCIChartSurfaceBase
.Declaration
Objective-C
@property (nonatomic, copy, nonnull) SCIChartTheme theme;
-
Deprecated
With Metal support in simulator - it’s now obsolete.
Used to show/hide performance watermark in Simulator.
Declaration
Objective-C
@property (class, nonatomic) BOOL isSimulatorPerformanceWatermarkHidden;