-
Notifications
You must be signed in to change notification settings - Fork 11
Series
Yeray edited this page Mar 22, 2018
·
3 revisions
Inheriting from a common Series
class, several charting styles are provided, each as a different object class with its own properties and methods.
Line
-
Bar
/Horizontal Bar
Volume
-
Area
/Horizontal Area
-
PointXY
(scatter) Pie
Donut
Bubble
-
Candle
(financial OHLC) Gantt
Circular Gauge
ColorGrid
Polar
Surface
Map
ActivityGauge
The marks property displays text annotations near series points:
var s = new Tee.Bar();
s.marks.visible = true;
s.marks.style = “percent”;
Elements
Chart formatting
Series
Other parts of the Chart
Chart behaviour