menu

WinUI

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

    Show / Hide Table of Contents

    Class LabelDisplayMode

    Defines the way of display mode for trackball labels.

    Inheritance
    System.Object
    LabelDisplayMode
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.Chart.WinUI.dll
    Syntax
    public sealed class LabelDisplayMode : Enum

    Fields

    FloatAllPoints

    Trackball displays all the nearest labels in same x values.

    Declaration
    public const LabelDisplayMode FloatAllPoints
    Field Value
    Type
    LabelDisplayMode

    GroupAllPoints

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

    Declaration
    public const LabelDisplayMode GroupAllPoints
    Field Value
    Type
    LabelDisplayMode

    NearestPoint

    Trackball displays only the nearest label to the touch point.

    Declaration
    public const LabelDisplayMode NearestPoint
    Field Value
    Type
    LabelDisplayMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved