WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum LabelContent

    Show / Hide Table of Contents

    Enum LabelContent

    Enumeration represents series adornments label content.

    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public enum LabelContent

    Fields

    Name Description
    DateTime

    Identifies that label should contain DateTime value.

    LabelContentPath

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

    Percentage

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

    XValue

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

    YofTot

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

    YValue

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

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved