Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionCompleteEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved