deprecatedabstract class %ZEN.Auxiliary.ChartContent
This utility class supplies the methods needed to control a chart using a navigator component.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
|
9
|
|
|
|
|
method chartCloseButtonClick(navigator, chart, key)
[ Language = javascript ]
Button clicked in navigator close button.
method chartCreateLength(value, units)
[ Language = javascript ]
Take a value and units (auto,%,px) and return a css length.
method chartDataArrange(navigator, chart, key, swap, final)
[ Language = javascript ]
Implementation of the dataArrange method for charts.
method chartDataChange(navigator, svg, chart, key, value, final)
[ Language = javascript ]
Implementation of the dataChange method for charts.
method chartGetContentForLevel(navigator, chart, level, key, value)
[ Language = javascript ]
Implementation of the getContentForLevel method for charts.
method chartHeaderButtonClick(navigator, chart, key)
[ Language = javascript ]
Button clicked in navigator header.
method chartParseColorList(colors)
[ Language = javascript ]
Split apart a list of color values.
method chartParseLength(length, info)
[ Language = javascript ]
Parse a "css" length into value and units.
method chartSetChartType(svg, chart, type)
[ Language = javascript ]
Set the type of the displayed chart.