menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Chart3DTooltipBorder - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Chart3DTooltipBorder

    Gets or sets the border customization options for the tooltip of the SfChart3D.

    Inheritance
    System.Object
    Chart3DSubComponent
    Chart3DDefaultBorder
    Chart3DTooltipBorder
    Inherited Members
    Chart3DDefaultBorder.Color
    Namespace: Syncfusion.Blazor.Chart3D
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class Chart3DTooltipBorder : Chart3DDefaultBorder, IChart3DSubcomponentTracker
    Remarks

    Use this property to customize the border of the tooltip in the SfChart3D. Based on the SfChart3D theme the border color will be applied to the tooltip.

    Constructors

    Chart3DTooltipBorder()

    Declaration
    public Chart3DTooltipBorder()

    Properties

    Width

    Sets and gets the border width for the tooltip.

    Declaration
    public override double Width { get; set; }
    Property Value
    Type
    System.Double
    Overrides
    Chart3DDefaultBorder.Width
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved