Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个要求,我需要更改轴的刻度标签,以便在 Android 上的 Shinobi Chart 上显示轴上的附加信息。
我知道在 iOS 上我们可以使用 -(void)sChart:(ShinobiChart *)chart alterTickMark:(SChartTickMark *)tickMark beforeAddingToAxis:(SChartAxis *)axis 委托方法来做同样的事情。
我想知道是否有任何类似的 api 可以在 Android 上做同样的事情。
我为 ShinobiControls 工作,我可以确认在即将发布的 Android 版 ShinobiCharts 中将包含等效的 Android 功能。此版本应在 6 月初至中旬暂时可用。