menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class Chart3DSelectionMode

    Defines the 3D chart SelectionMode, 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
    Chart3DSelectionMode
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class Chart3DSelectionMode : Enum

    Fields

    Cluster

    Declaration
    public const Chart3DSelectionMode Cluster
    Field Value
    Type
    Chart3DSelectionMode

    None

    Declaration
    public const Chart3DSelectionMode None
    Field Value
    Type
    Chart3DSelectionMode

    Point

    Declaration
    public const Chart3DSelectionMode Point
    Field Value
    Type
    Chart3DSelectionMode

    Series

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