Angular Range Charts include Range Column, Range Area, Range Bar Charts. They are drawn between a range of values - Low & High. Hence charts are floating and not fixed to the axis. Range charts are generally used to show variations (high & low) in a given time-range like temperature, price, etc. Just like Column & Bar charts, vertical ones are called Range Column & horizontal ones are called as Range Bar Chart.
In multi series range column/bar charts, datapoints from different series are placed next to one another and are differentiated by their series color. In case of range area, they overlap each other based on their value. In case of Range Bar Charts, x & y axis are swapped, i.e. x-axis is vertical & y-axis is horizontal.
Range Column Charts are also called Floating Column Chart as the columns are floating in given range instead of being attached to the base.
Range Bar Charts are similar to range column except that these are horizontally placed along with swapping x & y axis position.
Angular Range Area Chart is same as Area Chart except that it’s area is plotting between a given range.
Angular Range Spline Area Chart is same as Range Area Chart except that it uses a smooth curve.
Most commonly used features in Angular Range Charts include animation, beveling the bars, index-labels, color, etc.