menu

MAUI

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

    Show / Hide Table of Contents

    Class FunnelDataLabelContext

    Represents the content of the funnel chart data label; it should be XValue or YValue.

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

    Fields

    XValue

    Indicates that the label should contain the X value of the data points.

    Declaration
    public const FunnelDataLabelContext XValue
    Field Value
    Type
    FunnelDataLabelContext

    YValue

    Indicates that the label should contain the Y value of the data points.

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