Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFChartTrackballLabelDisplayMode

    Represents the trackball label display mode.

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

    Fields

    FloatAllPoints

    Trackball displays all the labels.

    Declaration
    public const SFChartTrackballLabelDisplayMode FloatAllPoints
    Field Value
    Type Description
    SFChartTrackballLabelDisplayMode

    GroupAllPoints

    Display all grouped labels in touch point.

    Declaration
    public const SFChartTrackballLabelDisplayMode GroupAllPoints
    Field Value
    Type Description
    SFChartTrackballLabelDisplayMode

    NearestPoint

    Trackball displays only the nearest label to the touch point.

    Declaration
    public const SFChartTrackballLabelDisplayMode NearestPoint
    Field Value
    Type Description
    SFChartTrackballLabelDisplayMode

    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