Interface IChartSeriesOverlay
Interface for chart overlays
public interface IChartSeriesOverlay
Properties
Visible
Gets overlay visibility state
bool Visible { get; }
Property Value
Methods
Contains(double, double, int)
Hit test
bool Contains(double mouseX, double mouseY, int tolerance)
Parameters
Returns
Render(ScaleBase, ScaleBase)
Render overlay
RenderFragment Render(ScaleBase categoryScale, ScaleBase valueScale)
Parameters
Returns
- RenderFragment
RenderFragment
RenderTooltip(double, double, double, double)
Renders tooltip
RenderFragment RenderTooltip(double mouseX, double mouseY, double marginLeft, double marginTop)