This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Override | |
public void onBindViewHolder(@NonNull stockIndexViewHolder stockIndexViewHolder, int i) { | |
String[] arrayIndexName = {"S&P/ASX 200 Index","S&P/ASX 50 Index"}; | |
Company index = stockIndexesArrayList.get(i); | |
stockIndexViewHolder.candleStickChart.setHighlightPerDragEnabled(true); | |
stockIndexViewHolder.candleStickChart.setDrawBorders(true); | |
stockIndexViewHolder.candleStickChart.setBorderColor(Color.LTGRAY); | |
YAxis yAxis = stockIndexViewHolder.candleStickChart.getAxisLeft(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Visual Studio 2022 | |
Enterprise : | |
VHF9H-NXBBB-638P6-6JHCY-88JWH | |
Professional: | |
TD244-P4NB7-YQ6XK-Y8MMM-YWV2J |