Class SelectionCompleteEventArgs
Specifies the event arguments available for on selction changed events in the chart component.
Inheritance
System.Object
Syncfusion.Blazor.Charts.BaseEventArgs
SelectionCompleteEventArgs
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class SelectionCompleteEventArgs : BaseEventArgs
Constructors
SelectionCompleteEventArgs()
Declaration
public SelectionCompleteEventArgs()
Properties
SelectedDataValues
Defines current selected Data X, Y values
Declaration
public List<PointXY> SelectedDataValues { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Syncfusion.Blazor.Charts.Chart.Internal.PointXY> |