logo

GeneralConfigration

When To Use

Examples

To change data at runtime, add a ref to your code behind and call the method `await chart1.ChangeData(data1); and pass the updated data.

expand code expand code

Axis can be bound to a specific field the Properties XField and YField. Certain charts offer additional fields like Type.

NOTE: The value passed to those options have to start with a lower key, even if the Property in your Model starts with an uppercase. For a Property CustomerName you would have to pass YField = "customerName"

expand code expand code
文档已更新,请点击 此处 更新。
A new version of this app is available. Click here to update.