alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class Chart3DTooltipRenderEventArgs

    Specifies the event arguments available for the tooltip render events in the 3D Chart component.

    Inheritance
    object
    Chart3DEventArgs
    Chart3DTooltipRenderEventArgs
    Inherited Members
    Chart3DEventArgs.Cancel
    Chart3DEventArgs.Name
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Chart3D
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class Chart3DTooltipRenderEventArgs : Chart3DEventArgs

    Properties

    Data

    Gets the point information's of the tooltip for the 3D Chart.

    Declaration
    public Chart3DDataPointInfo Data { get; }
    Property Value
    Type Description
    Chart3DDataPointInfo

    The Chart3DDataPointInfo object representing the point information.

    Remarks

    This is a read-only property.

    HeaderText

    Gets or sets the header text for the tooltip of the 3D Chart.

    Declaration
    public string HeaderText { get; set; }
    Property Value
    Type Description
    string

    Accepts the string value. The default value is null.

    Point

    Gets the tooltip point for the 3D Chart.

    Declaration
    public Chart3DPoint Point { get; }
    Property Value
    Type Description
    Chart3DPoint

    A Syncfusion.Blazor.Chart3D.Internal.Chart3DPoint representing the tooltip point.

    Remarks

    This is a read-only property.

    Series

    Gets the tooltip series for the 3D Chart.

    Declaration
    public Chart3DSeries Series { get; }
    Property Value
    Type Description
    Chart3DSeries

    A Chart3DSeries representing the tooltip series.

    Remarks

    This is a read-only property.

    Text

    Gets or sets the text for the tooltip of the 3D Chart.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    string

    Accepts the string value.

    TextStyle

    Gets or sets the text style for the tooltip of the 3D Chart.

    Declaration
    public Chart3DEventFont TextStyle { get; set; }
    Property Value
    Type Description
    Chart3DEventFont

    The Chart3DEventFont object representing the tooltip text style. The default value is null.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved