Blazor Bullet Chart RTL Example
This example 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 a feature bar or comparative bar on the bullet chart.
More information about the bullet chart can be found in this documentation section.