Winnovative Excel Library for .NET
Gets or sets the width in pixels (1 pixels is 1/96 inch) of the chart area. The right column index is adjusted based on the specified width.
The width is measured in pixels. The dimensions can be converted from pixels to inches using the UnitsConverter class.

Declaration Syntax
public int ChartWidthPx { get; set; }Public Property ChartWidthPx As Integer
public:
property int ChartWidthPx {
int get ();
void set (int value);
}Assembly:
Winnovative.ExcelLib (Module: Winnovative.ExcelLib) Version: 2.1.0.0 (2.1.0.0)