UWP

Upgrade Guide User Guide Demos Support Forums Download
  • 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 Description
    LabelContent

    LabelContentPath

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

    Declaration
    public const LabelContent LabelContentPath
    Field Value
    Type Description
    LabelContent

    Percentage

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

    Declaration
    public const LabelContent Percentage
    Field Value
    Type Description
    LabelContent

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    XValue

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

    Declaration
    public const LabelContent XValue
    Field Value
    Type Description
    LabelContent

    YofTot

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

    Declaration
    public const LabelContent YofTot
    Field Value
    Type Description
    LabelContent

    YValue

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

    Declaration
    public const LabelContent YValue
    Field Value
    Type Description
    LabelContent

    Extension Methods

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