ChartFrameHeight Property |
Gets or sets the height of frame in units of 1/4000 of the chart area.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic virtual int Height { get; set; }
Public Overridable Property Height As Integer
Get
Set
public:
virtual property int Height {
int get ();
void set (int value);
}
abstract Height : int with get, set
override Height : int with get, set
Property Value
Type:
Int32
Remarks
How to convert units of 1/4000 to pixels?
Height In Pixels = Y * Chart.ChartObject.Height / 4000;
See Also