ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartNoMoveDirection - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartNoMoveDirection

    Defines which directions a smart label is not allowed to move.

    Inheritance
    System.Object
    ChartNoMoveDirection
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.RDL.DOM
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class ChartNoMoveDirection

    Constructors

    ChartNoMoveDirection()

    Declaration
    public ChartNoMoveDirection()

    ChartNoMoveDirection(ReportSerializer)

    Declaration
    public ChartNoMoveDirection(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    Properties

    Down

    Declaration
    public bool Down { get; set; }
    Property Value
    Type Description
    System.Boolean

    DownLeft

    Declaration
    public bool DownLeft { get; set; }
    Property Value
    Type Description
    System.Boolean

    DownRight

    Declaration
    public bool DownRight { get; set; }
    Property Value
    Type Description
    System.Boolean

    Left

    Declaration
    public bool Left { get; set; }
    Property Value
    Type Description
    System.Boolean

    Right

    Declaration
    public bool Right { get; set; }
    Property Value
    Type Description
    System.Boolean

    Up

    Declaration
    public bool Up { get; set; }
    Property Value
    Type Description
    System.Boolean

    UpLeft

    Declaration
    public bool UpLeft { get; set; }
    Property Value
    Type Description
    System.Boolean

    UpRight

    Declaration
    public bool UpRight { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved