Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFChartSelectionInfo

    Show / Hide Table of Contents

    Class SFChartSelectionInfo

    This class specifies the selection information.

    Inheritance
    System.Object
    SFChartSelectionInfo
    SFChartSelectionChangingInfo
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public class SFChartSelectionInfo : NSObject

    Constructors

    SFChartSelectionInfo()

    Declaration
    public SFChartSelectionInfo()

    Properties

    PreviousSelectedIndex

    Gets the index of previously selected data point.

    Declaration
    public int PreviousSelectedIndex { get; }
    Property Value
    Type Description
    System.Int32

    The index of the previous selected.

    PreviousSelectedSeries

    Gets the previous selected series.

    Declaration
    public SFSeries PreviousSelectedSeries { get; }
    Property Value
    Type Description
    SFSeries

    The previous selected series.

    SelectedDataPointIndex

    Gets the index of currently selected data point.

    Declaration
    public int SelectedDataPointIndex { get; }
    Property Value
    Type Description
    System.Int32

    The index of the selected data point.

    SelectedSegment

    Gets the selected segment of the series.

    Declaration
    public SFChartSegment SelectedSegment { get; }
    Property Value
    Type Description
    SFChartSegment

    The selected segment.

    SelectedSeries

    Gets the selected series.

    Declaration
    public SFSeries SelectedSeries { get; }
    Property Value
    Type Description
    SFSeries

    The selected series.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved