IChartSeriesOverlay Interface

Interface for chart overlays

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public interface IChartSeriesOverlay

Properties

Visiblelink

Gets overlay visibility state

Declaration
public bool Visible { get; }
Property Value
Type Description
boolGets overlay visibility state

Methods

Containslink

Hit test

Declaration
public abstract bool Contains(double mouseX, double mouseY, int tolerance)
Parameters
Type Name Description
double mouseX
double mouseY
int tolerance
Returns
Type Description
bool

GetTooltipPositionlink

Get position of the overlay tooltip.

Declaration
public abstract Point GetTooltipPosition(double mouseX, double mouseY)
Parameters
Type Name Description
double mouseX
double mouseY
Returns
Type Description
PointPosition.

Renderlink

Render overlay

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

RenderTooltiplink

Renders tooltip

Declaration
public abstract RenderFragment RenderTooltip(double mouseX, double mouseY)
Parameters
Type Name Description
double mouseX
double mouseY
Returns
Type Description
RenderFragment
In This Article
An error has occurred. This app may no longer respond until reloaded. Reload 🗙