menu

Blazor

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

    Show / Hide Table of Contents

    Class HighlightMode

    Specifies the chart component highlight mode type.

    Inheritance
    System.Object
    HighlightMode
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class HighlightMode : Enum

    Fields

    Cluster

    Highlights a group of data points in the chart component.

    Declaration
    public const HighlightMode Cluster
    Field Value
    Type
    HighlightMode

    None

    No highlight mode is applied to the chart component.

    Declaration
    public const HighlightMode None
    Field Value
    Type
    HighlightMode

    Point

    Highlights individual data points in the chart component.

    Declaration
    public const HighlightMode Point
    Field Value
    Type
    HighlightMode

    Series

    Highlights the entire series in the chart component.

    Declaration
    public const HighlightMode Series
    Field Value
    Type
    HighlightMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved