menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LabelDisplayMode - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LabelDisplayMode

    Specifies the mode for displaying trackball labels in a chart, determining whether to show labels for all data points or only the nearest one.

    Inheritance
    System.Object
    LabelDisplayMode
    Namespace: Syncfusion.Maui.Charts
    Assembly: Syncfusion.Maui.Charts.dll
    Syntax
    public sealed class LabelDisplayMode : Enum

    Fields

    FloatAllPoints

    Display trackball labels for all data points. 

    Declaration
    public const LabelDisplayMode FloatAllPoints
    Field Value
    Type
    LabelDisplayMode

    GroupAllPoints

    Display a grouped label at the top of the chart area containing all data points.

    Declaration
    public const LabelDisplayMode GroupAllPoints
    Field Value
    Type
    LabelDisplayMode

    NearestPoint

    Display the label for the nearest data point.

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