You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found if I want to disable HorizontalHighlightIndicator in Line Chart, I need to subclass LineChartRenderer and override drawHighlighted method.
But on Android Library, there is a method called setDrawHorizontalHighlightIndicator on LineScatterCandleRadarDataSet which is super class of LineChartDatSet, using this method can disable the horizontal highlight indicator. In iOS, we don't have LineScatterCandleRadarDataSet in the class hierarchy.
Do you plan to add this feature in future ? or if I am wrong, please tell me.
The text was updated successfully, but these errors were encountered:
I missed this feature which was introduces in 2.1.1, thanks for noticing
On Tue, Jul 28, 2015 at 11:22 AM, zxhfirefox [email protected]
wrote:
I found if I want to disable HorizontalHighlightIndicator in Line Chart, I
need to subclass LineChartRenderer and override drawHighlighted method.
But on Android Library, there is a method called
setDrawHorizontalHighlightIndicator on LineScatterCandleRadarDataSet which
is super class of LineChartDatSet, using this method can disable the
horizontal highlight indicator. In iOS, we don't have
LineScatterCandleRadarDataSet in the class hierarchy.
Do you plan to add this feature in future ? or if I am wrong, please tell
me.
—
Reply to this email directly or view it on GitHub #249.
I found if I want to disable HorizontalHighlightIndicator in Line Chart, I need to subclass LineChartRenderer and override drawHighlighted method.
But on Android Library, there is a method called setDrawHorizontalHighlightIndicator on LineScatterCandleRadarDataSet which is super class of LineChartDatSet, using this method can disable the horizontal highlight indicator. In iOS, we don't have LineScatterCandleRadarDataSet in the class hierarchy.
Do you plan to add this feature in future ? or if I am wrong, please tell me.
The text was updated successfully, but these errors were encountered: