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 |