iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIVerticalSliceBehaviorBase
@interface SCIVerticalSliceBehaviorBase<T : id <ISCIChartModifier>>
: SCITooltipBehaviorBase <T>
Defines a base class with with vertical slice tooltip behavior for ISCIChartModifier
implementors.
Note
T
is the type of modifier to which this behavior will be attached.
-
Defines the collection of slices.
Declaration
Objective-C
@property (nonatomic, strong) SCIObservableCollection<SCISlice *> *_Nonnull slices;
Swift
var slices: SCIObservableCollection<SCISlice> { get set }