menu

Blazor

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

    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

    Defines the cluster highlight mode of the chart component.

    Declaration
    public const HighlightMode Cluster
    Field Value
    Type Description
    HighlightMode

    None

    Defines the none highlight mode of the chart component.

    Declaration
    public const HighlightMode None
    Field Value
    Type Description
    HighlightMode

    Point

    Defines the point highlight mode of the chart component.

    Declaration
    public const HighlightMode Point
    Field Value
    Type Description
    HighlightMode

    Series

    Defines the series highlight mode of the chart component.

    Declaration
    public const HighlightMode Series
    Field Value
    Type Description
    HighlightMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved