Hello!

Hello!

My google-fu isn't helping.
David Berneda is probably the best person to ask to.
I want to bind a series to a client dataset in FireMonkey.
How do I do it without losing my mind?
I am 99% sure it's fairly easy, but I am also sure it's not easy enough to be obvious :)

A

Comments

  1. Without livebindings you can use the classic technique: Series1.Datasource:= ClientDataset1 , Series1.YValues.ValueSource:= 'MyFieldName' etc, but using a TDBChart instead of a TChart.

    https://github.com/Steema/TeeChart-for-FireMonkey-applications-samples/tree/master/v131016/XE4_and_up/Database

    ReplyDelete

Post a Comment