Example of RTL in ASP.NET MVC Chart Control
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.
DEMO
SOURCE
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 over a point or tap on a point in touch-enabled devices.