Class ChartElementPositionExval
Inheritance
System.Object
ChartElementPositionExval
Assembly: BoldReports.UWP.dll
Syntax
public class ChartElementPositionExval : Object
Constructors
ChartElementPositionExval()
Declaration
public ChartElementPositionExval()
Properties
Height
Declaration
public float Height { get; set; }
Property Value
Type |
Description |
System.Single |
|
Left
Declaration
public float Left { get; set; }
Property Value
Type |
Description |
System.Single |
|
Top
Declaration
public float Top { get; set; }
Property Value
Type |
Description |
System.Single |
|
Width
Declaration
public float Width { get; set; }
Property Value
Type |
Description |
System.Single |
|