ZoomCharts Documentation

Version: 1.21.20 (2026-09-08)
Switch to Version 2.0 (BETA)

Dictionary

Dictionary<TValue> is an object map whose string keys identify values of type TValue.

var values = { first: 10, second: 20 };
X