ExcelChartChartHeightPx Property
Gets or sets the height in pixels (1 pixels is 1/96 inch) of the chart area. The bottom row index is adjusted based on the specified height.
The height is measured in pixels. The dimensions can be converted from pixels to inches using the UnitsConverter class.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public int ChartHeightPx { get; set; }
Public Property ChartHeightPx As Integer
Get
Set
public:
property int ChartHeightPx {
int get ();
void set (int value);
}
member ChartHeightPx : int with get, set
Property Value
Int32