Class Chart3DSelectionChangedEventArgs
Specifies the event arguments available for selection changed events in the SfChart3D component.
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<Syncfusion.Blazor.Chart3D.Internal.PointXY> |
Remarks
This is read-only property.