Class RadzenSeriesValueLine
  
  
  
    Inheritance
    
    
    
    
    RadzenSeriesValueLine
      
      
      
   
  
  
  
  Assembly: Radzen.Blazor.dll
  Syntax
  
    public class RadzenSeriesValueLine : RadzenGridLines, IComponent, IHandleEvent, IHandleAfterRender, IChartSeriesOverlay, IDisposable
   
  Constructors
  
  RadzenSeriesValueLine()
  
  
  Declaration
  
    public RadzenSeriesValueLine()
   
  Properties
  
  Name
  
  
  Declaration
  
    protected virtual string Name { get; }
   
  Property Value
  
  
  Series
  
  
  Declaration
  
    [CascadingParameter]
protected IChartSeries Series { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    [Parameter]
public RenderFragment<double> TooltipTemplate { get; set; }
   
  Property Value
  
  
  Value
  
  
  Declaration
  
    [Parameter]
public virtual double Value { get; set; }
   
  Property Value
  
  Methods
  
  BuildRenderTree(RenderTreeBuilder)
  
  
  Declaration
  
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
   
  Parameters
  
  Overrides
  
  
  Contains(double, double, int)
  
  
  Declaration
  
    public bool Contains(double mouseX, double mouseY, int tolerance)
   
  Parameters
  
  Returns
  
  
  Dispose()
  
  
  Declaration
  
  
  
  Get position of the overlay tooltip.
Declaration
  
    public Point GetTooltipPosition(double mouseX, double mouseY)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | Point | Position. | 
    
  
  
  Render(ScaleBase, ScaleBase)
  
  
  Declaration
  
    public RenderFragment Render(ScaleBase categoryScale, ScaleBase valueScale)
   
  Parameters
  
  Returns
  
  
  
  
  
  Declaration
  
    public RenderFragment RenderTooltip(double mouseX, double mouseY)
   
  Parameters
  
  Returns
  
  Implements