
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIChartModifier3DBase
@interface SCIChartModifier3DBase : SCIChartModifierCore <ISCIChartModifier3D>
Defines the base class to a Chart Modifier 3D, which can be used to extend the interactivity or rendering of the SCIChartSurface3D
.
-
Transforms point with coordinates relative to parent surface and transforms it relative to specified
ISCIHitTestable
instance.Declaration
Objective-C
- (CGPoint)getPoint:(CGPoint)point relativeTo:(nonnull id<ISCIHitTestable>)relativeTo;
Parameters
point
The point to translate.
relativeTo
The target
ISCIHitTestable
instance.Return Value
The translated
CGPoint
.