20 from __future__
import absolute_import
21 from .namespaces
import CHARTNS
22 from .element
import Element
26 return Element(qname = (CHARTNS,
'axis'), **args)
29 return Element(qname = (CHARTNS,
'categories'), **args)
32 return Element(qname = (CHARTNS,
'chart'), **args)
35 return Element(qname = (CHARTNS,
'data-label'), **args)
38 return Element(qname = (CHARTNS,
'data-point'), **args)
41 return Element(qname = (CHARTNS,
'domain'), **args)
44 return Element(qname = (CHARTNS,
'equation'), **args)
47 return Element(qname = (CHARTNS,
'error-indicator'), **args)
50 return Element(qname = (CHARTNS,
'floor'), **args)
53 return Element(qname = (CHARTNS,
'footer'), **args)
56 return Element(qname = (CHARTNS,
'grid'), **args)
59 return Element(qname = (CHARTNS,
'label-separator'), **args)
62 return Element(qname = (CHARTNS,
'legend'), **args)
65 return Element(qname = (CHARTNS,
'mean-value'), **args)
68 return Element(qname = (CHARTNS,
'plot-area'), **args)
71 return Element(qname = (CHARTNS,
'regression-curve'), **args)
74 return Element(qname = (CHARTNS,
'series'), **args)
77 return Element(qname = (CHARTNS,
'stock-gain-marker'), **args)
80 return Element(qname = (CHARTNS,
'stock-loss-marker'), **args)
83 return Element(qname = (CHARTNS,
'stock-range-line'), **args)
86 return Element(qname = (CHARTNS,
'subtitle'), **args)
89 return Element(qname = (CHARTNS,
'symbol-image'), **args)
92 return Element(qname = (CHARTNS,
'title'), **args)
95 return Element(qname = (CHARTNS,
'wall'), **args)