We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Value of type 'ViewController' does not conform to 'ChartViewDelegate' in assignment
I've implement ChartViewDelegate but horizontalbarchart cannot recognise it and show me above error.
The text was updated successfully, but these errors were encountered:
Check out ChartsDemo for ref.
Sorry, something went wrong.
class RiseAndFallViewController: UIViewController,ChartViewDelegate { func chartValueSelected(chartView: ChartViewBase, entry: ChartDataEntry, dataSetIndex: Int, highlight: Highlight) { print("") }
@IBOutlet weak var RiseAndFall: HorizontalBarChartView!
override func viewDidLoad() { RiseAndFall.delegate = self } }
this is my code, and I'm getting above error, could you help me?
No branches or pull requests
Value of type 'ViewController' does not conform to 'ChartViewDelegate' in assignment
I've implement ChartViewDelegate but horizontalbarchart cannot recognise it and show me above error.
The text was updated successfully, but these errors were encountered: