Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenChartTooltipOptions

    Contains RadzenChart tooltip configuration.

    Inheritance
    object
    ComponentBase
    RadzenChartComponentBase
    RadzenChartTooltipOptions
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    Inherited Members
    RadzenChartComponentBase.SetParametersAsync(ParameterView)
    RadzenChartComponentBase.ValidateParameters()
    RadzenChartComponentBase.DidParameterChange<T>(ParameterView, string, T)
    RadzenChartComponentBase.Chart
    ComponentBase.BuildRenderTree(RenderTreeBuilder)
    ComponentBase.OnInitialized()
    ComponentBase.OnInitializedAsync()
    ComponentBase.OnParametersSet()
    ComponentBase.OnParametersSetAsync()
    ComponentBase.StateHasChanged()
    ComponentBase.ShouldRender()
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnAfterRenderAsync(bool)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.DispatchExceptionAsync(Exception)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenChartTooltipOptions : RadzenChartComponentBase, IComponent, IHandleEvent, IHandleAfterRender

    Constructors

    RadzenChartTooltipOptions()

    Contains RadzenChart tooltip configuration.

    Declaration
    public RadzenChartTooltipOptions()

    Properties

    Shared

    Enable or disable shared tooltips (one tooltip displaying data for all values for the same category). By default set to false (a separate tooltip is shown for each point in the category).

    Declaration
    [Parameter]
    public bool Shared { get; set; }
    Property Value
    Type Description
    bool

    Style

    Gets or sets the CSS style of the tooltip.

    Declaration
    [Parameter]
    public string Style { get; set; }
    Property Value
    Type Description
    string

    The style.

    Visible

    Gets or sets a value indicating whether to show tooltips. By default RadzenChart displays tooltips.

    Declaration
    [Parameter]
    public bool Visible { get; set; }
    Property Value
    Type Description
    bool

    true to display tooltips; otherwise, false.

    Methods

    Initialize()

    Perform initialization when Chart is set.

    Declaration
    protected override void Initialize()
    Overrides
    RadzenChartComponentBase.Initialize()

    ShouldRefreshChart(ParameterView)

    Determines if RadzenChart should render.

    Declaration
    protected override bool ShouldRefreshChart(ParameterView parameters)
    Parameters
    Type Name Description
    ParameterView parameters

    The parameters.

    Returns
    Type Description
    bool
    Overrides
    RadzenChartComponentBase.ShouldRefreshChart(ParameterView)

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender

    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