TimeSeriesViewDelegate
@objc public protocol TimeSeriesViewDelegate
A delegate to allow a class to know when it’s time to load data into the view
-
Will be called to ask to load time series data based on the TimeSeriesTag object
Declaration
Swift
@objc optional func loadTimeSeriesTags(completionHandler: @escaping ([TimeSeriesTag]?) -> Void)
-
Notifies a delegate when an item on a chart is selected by the user
Declaration
Swift
@objc optional func valueSelected(timeSeriesView: PredixTimeSeriesView, timeScale: Double)