iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCISeriesInfo3D
@interface SCISeriesInfo3D : SCISeriesInfoCore <ISCIHitTestInfoUpdatable3D>
Defines a class which contains information about a 3D series, such as name, value, color based on SCIHitTestInfo3D values.
-
Defines the
SCIDoublePoint3DVertex value at thehit-testsite.Declaration
Objective-C
@property (nonatomic, strong) SCIDoublePoint3D *_Nonnull hitVertex;Swift
var hitVertex: SCIDoublePoint3D { get set } -
Defines the
SCIPoint3DVertex coordinates at thehit-testsite.Declaration
Objective-C
@property (nonatomic, strong) SCIPoint3D *_Nonnull hitVertexCoords;Swift
var hitVertexCoords: SCIPoint3D { get set } -
Gets the formatted
hitVertexx value.Declaration
Objective-C
@property (nonatomic, strong, readonly) id<ISCIString> _Nonnull formattedXValue;Swift
var formattedXValue: any ISCIString { get } -
Gets the formatted
hitVertexy value.Declaration
Objective-C
@property (nonatomic, strong, readonly) id<ISCIString> _Nonnull formattedYValue;Swift
var formattedYValue: any ISCIString { get } -
Gets the formatted
hitVertexz value.Declaration
Objective-C
@property (nonatomic, strong, readonly) id<ISCIString> _Nonnull formattedZValue;Swift
var formattedZValue: any ISCIString { get } -
Updates this instance with information.
Declaration
Objective-C
- (void)update;Swift
func update()
View on GitHub