menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HighlightMode - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HighlightMode

    Defines the selection mode. They are: None - Disable the selection. Series - To select a series. Point - To select a point. Cluster - To select a cluster of point.

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

    Fields

    Cluster

    Declaration
    public const HighlightMode Cluster
    Field Value
    Type
    HighlightMode

    None

    Declaration
    public const HighlightMode None
    Field Value
    Type
    HighlightMode

    Point

    Declaration
    public const HighlightMode Point
    Field Value
    Type
    HighlightMode

    Series

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