You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the Method does not override any method from its superclass for both internalUpdate(with seriesInfo: SCIXySeriesInfo!) and getSeriesTooltipInternal(with seriesInfo: SCIXySeriesInfo!, modifierType: AnyClass!) -> ISCISeriesTooltip!
getSeriesTooltip(_ modifierType: AnyClass) -> any ISCISeriesTooltip
seems to clear the the second one but the first one I cannot seem to figure out what the replacement would be, I did come across update(at xyCoordinate: CGPoint, withUpdateAction updateAction: @escaping SCIUpdateSeriesTooltipAction) and update(_ hitTestInfo: SCIHitTestInfo, interpolate: Bool) Im assuming I should be using the first one but not 100% sure. Im just trial and erroring it at the moment
The text was updated successfully, but these errors were encountered:
In the docs and examples (both in https://github.com/ABTSoftware/SciChart.iOS.Documentation and https://github.com/ABTSoftware/SciChart.iOS.Examples) there are references to
I get the
Method does not override any method from its superclass
for bothinternalUpdate(with seriesInfo: SCIXySeriesInfo!)
andgetSeriesTooltipInternal(with seriesInfo: SCIXySeriesInfo!, modifierType: AnyClass!) -> ISCISeriesTooltip!
changing
to
seems to clear the the second one but the first one I cannot seem to figure out what the replacement would be, I did come across
update(at xyCoordinate: CGPoint, withUpdateAction updateAction: @escaping SCIUpdateSeriesTooltipAction)
andupdate(_ hitTestInfo: SCIHitTestInfo, interpolate: Bool)
Im assuming I should be using the first one but not 100% sure. Im just trial and erroring it at the momentThe text was updated successfully, but these errors were encountered: