How to create a custom chart series

I noticed a lot of "internal" keywords on Razden chart components. How can I create my own series? For example, I have a timeline of special events which I need a custom SVG to draw and I need mouse over, tooltips and etc...

When I try to inherit from CartesianSeries this has internals to RazDen chart. My goal is to get into a render loop and get mouse interactions.

Is there an example of someone who extended a series or leveraged the SVG render options beyond the Razden library to build a custom series?

You can probably fork Radzen.Blazor for now and change the internals to public (those would require API docs). You could then send us a pull request with the changes.

Thank you for the positive response. I will discuss with our team.