Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFChartTrackballActivationMode

    Represents the trackball activate mode.

    Inheritance
    System.Object
    SFChartTrackballActivationMode
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public sealed class SFChartTrackballActivationMode : Enum

    Fields

    LongPress

    Trackball activates only on long press mode.

    Declaration
    public const SFChartTrackballActivationMode LongPress
    Field Value
    Type Description
    SFChartTrackballActivationMode

    None

    No touch events are activated on none mode.

    Declaration
    public const SFChartTrackballActivationMode None
    Field Value
    Type Description
    SFChartTrackballActivationMode

    TouchMove

    Trackball activates only on touch move mode.

    Declaration
    public const SFChartTrackballActivationMode TouchMove
    Field Value
    Type Description
    SFChartTrackballActivationMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved