ASP.NET Chart Demos / Append Databound Items

Description

The ShieldUI Chart widget offers the ability for creating items both declaratively and programmatically. However you can mix these ways and create some items programmatically and some statically. If the chart has both explicit items and it is data-bound to a specific data source, to append explicitly added items you need to set ShieldChart.AppendDataBoundItems to 'true'.

Was this example useful?