UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartAlignment - UWP API Reference | Syncfusion SfChart alignment to handle both horizontal and vertical alignment types in a generalized way. ">

    Show / Hide Table of Contents

    Class ChartAlignment

    A custom SfChart alignment to handle both horizontal and vertical alignment types in a generalized way.

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

    Fields

    Auto

    Positions the element with default alignment when the series is transposed.

    Declaration
    public const ChartAlignment Auto
    Field Value
    Type Description
    ChartAlignment

    Center

    Positions the element with center alignment.

    Declaration
    public const ChartAlignment Center
    Field Value
    Type Description
    ChartAlignment

    Far

    Positions the element as like setting right/bottom alignment.

    Declaration
    public const ChartAlignment Far
    Field Value
    Type Description
    ChartAlignment

    Near

    Positions the element as like setting left/top alignment.

    Declaration
    public const ChartAlignment Near
    Field Value
    Type Description
    ChartAlignment

    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