As with Wijmo collection controls, the design-time elements under Columns Layout must be specified in the proper sequence in order for the D3 control to function correctly at runtime.
Bubble Chart
The required entity properties for the D3 Bubble Chart are as follows:
- First property = data points (labels)
- Second property = data points (numeric values)
- Remaining properties are ignored
Gantt Chart
The required entity properties for the D3 Gantt Chart are as follows:
- First property = task start (DateTime)
- Second property = task end (DateTime)
- Third property = task label (string)
- Remaining properties are ignored
Heatmap
The required entity properties for the D3 Heatmap are as follows:
- First property = row labels
- Second property = column labels
- Third property = data points (numeric values)
- Remaining properties are ignored
Timeline
The required entity properties for the D3 Timeline are as follows:
- First property = data points (DateTime only, X-axis)
- Remaining properties = data series (numeric values only, Y-axis)
TreeMap
The required entity properties for the D3 TreeMap are as follows:
- First property = data points (labels)
- Second property = data points (numeric values)
- Remaining properties are ignored