menu

UWP

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

    Show / Hide Table of Contents

    Class LabelContent

    Enumeration represents series adornments label content.

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

    Fields

    DateTime

    Identifies that label should contain DateTime value.

    Declaration
    public const LabelContent DateTime
    Field Value
    Type
    LabelContent

    LabelContentPath

    Label's content will be retrieved from the ChartAdornmentInfo.LabelContentPath property.

    Declaration
    public const LabelContent LabelContentPath
    Field Value
    Type
    LabelContent

    Percentage

    Identifies that label should contain percentage value of series' point among other points.

    Declaration
    public const LabelContent Percentage
    Field Value
    Type
    LabelContent

    XValue

    Identifies that label should contain X value of series' point.

    Declaration
    public const LabelContent XValue
    Field Value
    Type
    LabelContent

    YofTot

    Identifies that label should contain value of Y of total values.

    Declaration
    public const LabelContent YofTot
    Field Value
    Type
    LabelContent

    YValue

    Identifies that label should contain Y value of series' point.

    Declaration
    public const LabelContent YValue
    Field Value
    Type
    LabelContent

    Extension Methods

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