Blazor Stock Chart with Inversed Area Example.
This sample uses an Area series with an inversed axis to visualize stock prices from an alternative perspective. Crosshair provides time and value readouts for the selected position.
Configuration:
- Invert an axis by setting the IsInversed property to true on the common axis
- Axis inversion flips the scale direction to support specific analytical perspectives
- Useful for comparing upside-down patterns or alternative trend interpretations
Interaction: Crosshair is enabled for detailed inspection. More on axis configuration: axis types documentation.