alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class Chart3DSelectionChangedEventArgs

    Specifies the event arguments available for selection changed events in the 3D Chart component.

    Inheritance
    object
    Chart3DEventArgs
    Chart3DSelectionChangedEventArgs
    Inherited Members
    Chart3DEventArgs.Cancel
    Chart3DEventArgs.Name
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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 3D Chart.

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

    This is read-only property.

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