Getting Started
Both RadCartesianChart and RadPolarChart contain an Annotations collection which holds all the annotations plotted against the chart.
The RadChartView will visualize annotations only if it populated with data.
Adding Cartesian Annotations
When adding GridLine or PlotBand annotations to RadCartesianChart, you have to explicitly set their Axis property to either the vertical or the horizontal axis. That way the annotation knows what its orientation is, and also, the exact coordinates on which it has to be rendered.
Adding Polar Annotations
When adding GridLine or PlotBand annotations to RadPolarChart, you do not need to set their axis association as it is implicitly resolved by their respective type. For example, PolarAxisGridLineAnnotation is implicitly associated with the polar axis, while RadialAxisPlotBandAnnotation is implicitly associated with the radial axis.