menu

Blazor

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

    Show / Hide Table of Contents

    Class Chart3DSelectionChangedEventArgs

    Specifies the event arguments available for selection changed events in the SfChart3D component.

    Inheritance
    System.Object
    Chart3DEventArgs
    Chart3DSelectionChangedEventArgs
    Inherited Members
    Chart3DEventArgs.Cancel
    Chart3DEventArgs.Name
    Namespace: Syncfusion.Blazor.Chart3D
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class Chart3DSelectionChangedEventArgs : Chart3DEventArgs

    Constructors

    Chart3DSelectionChangedEventArgs()

    Declaration
    public Chart3DSelectionChangedEventArgs()

    Properties

    SelectedDataValues

    Gets the selected data points X, Y value details of the SfChart3D.

    Declaration
    public List<PointXY> SelectedDataValues { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<PointXY>
    Remarks

    This is read-only property.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved