menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LabelContent - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LabelContent

    Represents the label content of the data marker label; it should be percentage, DataMarkerLabel, or YValue.

    Inheritance
    System.Object
    LabelContent
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public sealed class LabelContent : Enum

    Fields

    DataMarkerLabel

    Indicates that the DataMarkerLabel set, LabelTemplate of bindingContext contains ChartDataMarkerLabel instead of underlying Model.

    Declaration
    public const LabelContent DataMarkerLabel
    Field Value
    Type
    LabelContent

    Percentage

    Indicates that label should contain percentage value of series point among other points

    Declaration
    public const LabelContent Percentage
    Field Value
    Type
    LabelContent

    YValue

    Indicates that label should contain Y value of series point

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