Blazor RTL Chart Example.
This sample visualizes a company's performance with a default column chart rendered right-to-left (RTL). Data point values are displayed in a tooltip, and the legend provides information about the series.
Right-to-left (RTL) rendering supports right-to-left language and layout conventions. Enable RTL by setting the EnableRtl property to true. In this demo, you can observe how the following elements are aligned from right to left:
- Chart axes and labels
- Data points and markers
- Tooltip displays
- Legend positioning and text
Tooltip is enabled in this example. To see tooltip information, hover over or tap on a data point on touch-enabled devices.