menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartTrackballCreatedEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartTrackballCreatedEventArgs

    This class serve as an event data for the TrackballLabelCreated Event. The event data holds information after the trackball label is created.

    Inheritance
    System.Object
    ChartTrackballCreatedEventArgs
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public class ChartTrackballCreatedEventArgs : EventArgs

    Constructors

    ChartTrackballCreatedEventArgs(List<ChartPointInfo>)

    Initializes a new instance of the ChartTrackballCreatedEventArgs class.

    Declaration
    public ChartTrackballCreatedEventArgs(List<ChartPointInfo> chartPointsInfo)
    Parameters
    Type Name Description
    System.Collections.Generic.List<ChartPointInfo> chartPointsInfo

    Represents the list of ChartPointInfo.

    Properties

    ChartPointsInfo

    Gets the collection of trackball labels that are created for each series.

    Declaration
    public List<ChartPointInfo> ChartPointsInfo { get; }
    Property Value
    Type
    System.Collections.Generic.List<ChartPointInfo>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved