Gauge chart with custom ClockHand

Type tutorial

This demo shows how we can customize a gauge chart’s hand by pushing any element into its children set. It uses a Triangle to replace the tip and an SVG Image to replace the pin.

Adding watermarks to charts

Type tutorial

This short tutorial will explain how we can add various types of information as a watermark on charts. In plot area of an XY chart An XY chart has a special container called a plot area, accessible via chart.plotContainer. We can create any type of element, as well as push it into plot container’s children. […]