Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Interface IChartSeriesOverlay

    Interface for chart overlays

    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public interface IChartSeriesOverlay

    Properties

    Visible

    Gets overlay visibility state

    Declaration
    bool Visible { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Contains(Double, Double, Int32)

    Hit test

    Declaration
    bool Contains(double mouseX, double mouseY, int tolerance)
    Parameters
    Type Name Description
    System.Double mouseX
    System.Double mouseY
    System.Int32 tolerance
    Returns
    Type Description
    System.Boolean

    GetTooltipPosition(Double, Double)

    Get position of the overlay tooltip.

    Declaration
    Point GetTooltipPosition(double mouseX, double mouseY)
    Parameters
    Type Name Description
    System.Double mouseX
    System.Double mouseY
    Returns
    Type Description
    Point

    Position.

    Render(ScaleBase, ScaleBase)

    Render overlay

    Declaration
    RenderFragment Render(ScaleBase categoryScale, ScaleBase valueScale)
    Parameters
    Type Name Description
    ScaleBase categoryScale
    ScaleBase valueScale
    Returns
    Type Description
    RenderFragment

    RenderFragment

    RenderTooltip(Double, Double)

    Renders tooltip

    Declaration
    RenderFragment RenderTooltip(double mouseX, double mouseY)
    Parameters
    Type Name Description
    System.Double mouseX
    System.Double mouseY
    Returns
    Type Description
    RenderFragment

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT