ExcelChartChartLeftPositionPx Property
Gets or sets the position in pixels (1 pixels is 1/96 inch) of the the left edge of the chart area inside the worksheet.
The left and right column indexes are adjusted based on the specified left position to keep the width. The left position
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 ChartLeftPositionPx { get; set; }
Public Property ChartLeftPositionPx As Integer
Get
Set
public:
property int ChartLeftPositionPx {
int get ();
void set (int value);
}
member ChartLeftPositionPx : int with get, set
Property Value
Int32