Example of RTL in Blazor Bullet Chart Component
This example shows a bullet chart in RTL mode.
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.