
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCISelectableMetadataProvider3DBase
@interface SCISelectableMetadataProvider3DBase<T : id <ISCIRenderableSeries3D>>
: SCIMetadataProvider3DBase <T> <ISCISelectableMetadataProvider3D>
Defiens base class for metadata provider where each point can be selected separately.
Note
T
- is the type of the associated parent renderable series.
-
Proviides the warning message is you hasn’t implemented
ISCISelectableMetadataProvider3D
.Declaration
Objective-C
@property (class, nonatomic, readonly, nonnull) NSString *SelectableMetadataProviderWarningMessage;
-
Provides the collection of selected values.
Declaration
Objective-C
@property (nonatomic, readonly, nonnull) SCIBoolValues *isSelectedValues;