menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TrackballLabelDisplayMode - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TrackballLabelDisplayMode

    Defines the way of display mode for trackball labels.

    Inheritance
    System.Object
    TrackballLabelDisplayMode
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public sealed class TrackballLabelDisplayMode : Enum

    Fields

    FloatAllPoints

    Trackball displays all the nearest labels in same x values.

    Declaration
    public const TrackballLabelDisplayMode FloatAllPoints
    Field Value
    Type
    TrackballLabelDisplayMode

    GroupAllPoints

    Trackball displays label for all the data points that are grouped.

    Declaration
    public const TrackballLabelDisplayMode GroupAllPoints
    Field Value
    Type
    TrackballLabelDisplayMode

    NearestPoint

    Trackball displays only the nearest label to the touch point.

    Declaration
    public const TrackballLabelDisplayMode NearestPoint
    Field Value
    Type
    TrackballLabelDisplayMode

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved