Interface for chart overlays
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public interface IChartSeriesOverlayGets overlay visibility state
public bool Visible { get; }
| Type | Description |
|---|---|
| bool | Gets overlay visibility state |
Hit test
public abstract bool Contains(double mouseX, double mouseY, int tolerance)
| Type | Name | Description |
|---|---|---|
| double | mouseX | |
| double | mouseY | |
| int | tolerance |
| Type | Description |
|---|---|
| bool |
Get position of the overlay tooltip.
public abstract Point GetTooltipPosition(double mouseX, double mouseY)
| Type | Name | Description |
|---|---|---|
| double | mouseX | |
| double | mouseY |
| Type | Description |
|---|---|
| Point | Position. |
Render overlay
public abstract RenderFragment Render(ScaleBase categoryScale, ScaleBase valueScale)
| Type | Description |
|---|---|
| RenderFragment | RenderFragment |
Renders tooltip
public abstract RenderFragment RenderTooltip(double mouseX, double mouseY)
| Type | Name | Description |
|---|---|---|
| double | mouseX | |
| double | mouseY |
| Type | Description |
|---|---|
| RenderFragment |