Click or drag to resize

ExcelChartChartTopPositionPx Property

Gets or sets the position in pixels (1 pixels is 1/96 inch) of the top edge of the chart area inside the worksheet. The top and bottom column indexes are adjusted based on the specified top position to keep the height. The top position is measured in pixels. The dimensions can be converted from pixels to inches using the UnitsConverter class.

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public int ChartTopPositionPx { get; set; }

Property Value

Type: Int32
See Also