Blazor Bullet Chart RTL Example
This sample showcases the Bullet Chart component operating in right-to-left (RTL) mode, where the entire chart layout including the feature bar, comparative bar, labels, and target indicators is rendered from right to left. RTL rendering is enabled by setting the EnableRtl property to true, making the chart suitable for languages and cultures that follow right-to-left reading patterns.
Right-to-left (RTL) is used to render the component from right to left direction, and it can be enabled by setting the EnableRtl property to true. In this demo, you can see that the Feature bar, Comparative bar, Labels, and Targets are aligned from right to left direction.
Tooltip is enabled in this example. To see the tooltip in action, hover over a feature bar or comparative bar on the bullet chart.
See also: