gpt4 book ai didi

ios - 如何使用 ios 图表从自定义方法中突出显示条形图中的条形图?

转载 作者:行者123 更新时间:2023-12-01 18:09:29 25 4
gpt4 key购买 nike

我正在使用 ios 图表的条形图,并且我正在尝试突出显示单个条形而不点击特定条形。如果我从 slider 更改值(如果 slider 值移动到 50),则必须突出显示包含值(50)的条,而无需使用 ios-charts 点击条

最佳答案

iOS-Charts api 与 MPAndroidChart 相同安卓库。所以可以引用MPAndroidChart的文档。来自 this page ,您可以看到有几种方法可用于以编程方式进行选择:

Highlighting programmatically

highlightValues(Highlight[] highs): Highlights the values at the given indices in the given DataSets. Provide null or an empty array to undo all highlighting.

highlightValue(int xIndex, int dataSetIndex): Highlights the value at the given x-index in the given DataSet. Provide -1 as the x-index or dataSetIndex to undo all highlighting.

getHighlighted(): Returns an Highlight[] array that contains information about all highlighted entries, their x-index and dataset-index.


所以在 sliderValueChanged 事件中你可以这样调用:
[_chartView highlightValueWithXIndex:2 dataSetIndex:0 callDelegate:NO];

关于ios - 如何使用 ios 图表从自定义方法中突出显示条形图中的条形图?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34670284/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com