dataAreas property
read / write
All graphics is drawn using SVG Scalable Vector Graphics. plotArea
is
added to plotDiv and contains the entire plot. dataArea
is added
to plotArea
and contains the polylines and the legend. The axes are
drawn outside the dataArea
but within the plotArea
.
Implementation
List<SvgSvgElement> plotAreas, dataAreas