Home > Blockchain >  How to implement this stacked line chart in MPAndroidCharts or iOS-Charts
How to implement this stacked line chart in MPAndroidCharts or iOS-Charts

Time:05-12

I have a number of charts/graphs created with the ported MPAndroidCharts project Graph showing how much a user plans to have at retirement, the two shades of green represent different sources of money, the dotted line represents their spending from retirement to their estimated time of death

Graph showing the gap between how much a user plans to have at retirement, and how much we project they'll have

CodePudding user response:

It looks like a line chart with three lines and each with a solid fill.

In the top one, the dashed line graph has a white stroke and no fill, but in the bottom one, it has a black stroke and gray fill.

In the top one, the dashed line should be z-ordered to be on top, but in the bottom one, it should be z-ordered to be on the bottom.

  • Related