menu

Blazor

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

    Show / Hide Table of Contents

    Class Chart3DDefaultSelectedData

    Options to customize the selected data of the chart component.

    Inheritance
    System.Object
    Chart3DSubComponent
    Chart3DDefaultSelectedData
    Chart3DSelectedDataIndex
    Namespace: Syncfusion.Blazor.Chart3D
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class Chart3DDefaultSelectedData : Chart3DSubComponent, IChart3DSubcomponentTracker

    Constructors

    Chart3DDefaultSelectedData()

    Declaration
    public Chart3DDefaultSelectedData()

    Properties

    Point

    Sets and gets the point index for the seleceted data.

    Declaration
    public int Point { get; set; }
    Property Value
    Type
    System.Int32

    Series

    Sets and gets the series index for the seleceted data.

    Declaration
    public int Series { get; set; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved