Class ChartNoMoveDirectionExval
Inheritance
System.Object
ChartNoMoveDirectionExval
Assembly: BoldReports.UWP.dll
Syntax
public class ChartNoMoveDirectionExval : Object
Constructors
ChartNoMoveDirectionExval()
Declaration
public ChartNoMoveDirectionExval()
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 |
|