Example of Back to Back Column in Javascript 3D Chart Control

/
/
Back to Back Column

This sample displays four series of 3D column chart, with each column positioned behind the preceding one.

More Details...

Description

In this example, you can see how to render and configure a 3D column chart with each column positioned behind the preceding one. The 3D column chart serves the purpose of comparing the frequency, count, total, or average of data across different categories. The enableSideBySidePlacement property is used to position the column behind another. Tooltips are enabled in this example, to see the tooltip in action, hover a point or tap on a point in touch enabled devices. Injecting Module 3D chart component features are segregated into individual feature-wise modules. To use column series, we need to inject ColumnSeries3D module using Chart3D.Inject(ColumnSeries3D) method.