This sample visualizes a company’s performance with a default column chart rendered right-to-left (RTL). The values of the data points are displayed in a tooltip, and the legend in the sample displays information about the series.
Right-to-left(RTL) is used to render a component from right to left (RTL) and it can be enabled by setting the EnableRtl property as true. In this demo, you can see the Axis, Data Points, Tooltip and Legend are aligned from right to left. Tooltip is enabled in this example, to see the tooltip in action, hover a point or tap on a point in touch enabled devices. Injecting Module Chart component features are segregated into individual feature-wise modules. To use column series, we need to inject ColumnSeries module using Chart.Inject(ColumnSeries) method.