Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartAxisCrosshairTooltip

    Show / Hide Table of Contents

    Class ChartAxisCrosshairTooltip

    Options to customize the axis's crosshair tooltip.

    Inheritance
    System.Object
    ChartSubComponent
    ChartAxisCrosshairTooltip
    Inherited Members
    ChartSubComponent.PopSubcomponent()
    ChartSubComponent.PushSubcomponent()
    ChartSubComponent.OnParametersSet()
    ChartSubComponent.Dispose(Boolean)
    ChartSubComponent.BuildRenderTree(RenderTreeBuilder)
    ChartSubComponent.ChildContent
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ChartAxisCrosshairTooltip : ChartSubComponent, ISubcomponentTracker

    Constructors

    ChartAxisCrosshairTooltip()

    Declaration
    public ChartAxisCrosshairTooltip()

    Properties

    Enable

    If set to true, crosshair ToolTip will be visible. @default false.

    Declaration
    public bool Enable { get; set; }
    Property Value
    Type Description
    System.Boolean

    Fill

    The fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.

    Declaration
    public string Fill { get; set; }
    Property Value
    Type Description
    System.String

    TextStyle

    Options to customize the crosshair ToolTip text.

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

    Methods

    OnInitialized()

    Declaration
    protected override void OnInitialized()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved