Andidy / finance-app

A Finance / Budgeting Application to refresh my C# knowledge and Learn WPF
0 stars 0 forks source link

Timeline Feature #8

Open Andidy opened 3 years ago

Andidy commented 3 years ago

The timeline should be a way to see the effects over time of the finance objects on the balances and global balance.

I think displaying this as a line graph with the ability to hover over it and the balance value on the hovered over day is displayed is a cool idea.

Need to investigate how to display a line graph (WPF has a solution? or how to do it with custom rendering code) and efficiently estimate / project the balances into the future.

Andidy commented 3 years ago

The most basic version of this has been implemented for now using the DatePicker control