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 added StackedBarChart and LineChart in CombinedChart, but even if setDrawValues is true for all data, the DataLabel values are not displayed.
What is the solution?
I attach the source code below.
var barEntries = ArrayList()
var linePlanEntries = ArrayList()
var lineTotalEntries = ArrayList()
var lineRateEntries = ArrayList()
var xAxises = ArrayList()
var maxTotalPrice = 0f
I added StackedBarChart and LineChart in CombinedChart, but even if setDrawValues is true for all data, the DataLabel values are not displayed.
What is the solution?
I attach the source code below.
var barEntries = ArrayList()
var linePlanEntries = ArrayList()
var lineTotalEntries = ArrayList()
var lineRateEntries = ArrayList()
var xAxises = ArrayList()
var maxTotalPrice = 0f
The text was updated successfully, but these errors were encountered: