CopyPastor

Detecting plagiarism made easy.

Score: 0.8487797626474286; Reported for: String similarity Open both answers

Possible Plagiarism

Reposted on 2024-12-10
by ajizul hakim

Original Post

Original - Posted on 2024-12-10
by ajizul hakim



            
Present in both answers; Present only in the new answer; Present only in the old answer;

in my case is: first you just override getOffset() in your customMarkerView class and return MPPointF(-(width / 2f), -height.toFloat())
after that, set chart view into MarkerView.chartView.
in my case like this.
val marker=CustomMarkerView(requireContext(),R.layout.custom_market_view,dataMarker) marker.chartView = binding.chartDiscover
in my case is: first you just override getOffset() in your customMarkerView class and `return MPPointF(-(width / 2f), -height.toFloat())`
after that, set chart view into MarkerView.chartView.
in my case like this.
`val marker=CustomMarkerView(requireContext(),R.layout.custom_market_view,dataMarker)` `marker.chartView = binding.chartDiscover`



        
Present in both answers; Present only in the new answer; Present only in the old answer;