UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AdornmentsPosition - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AdornmentsPosition

    Represents modes for positioning Chart adornments.

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

    AdornementPosition value cannot be specified for all series types. The values in adornments position will be applicable only to certain series

    Fields

    Bottom

    Positions the adornment at the bottom edge point of a chart segment.

    Declaration
    public const AdornmentsPosition Bottom
    Field Value
    Type Description
    AdornmentsPosition

    Top

    Positions the adornment at the top edge point of a chart segment.

    Declaration
    public const AdornmentsPosition Top
    Field Value
    Type Description
    AdornmentsPosition

    TopAndBottom

    Positions the adornment at the center point of a chart segment.

    Declaration
    public const AdornmentsPosition TopAndBottom
    Field Value
    Type Description
    AdornmentsPosition

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Extension Methods

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