ExcelChartChartLeftPositionPoints Property
Gets or sets the position in points (1 point is 1/72 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.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public double ChartLeftPositionPoints { get; set; }
Public Property ChartLeftPositionPoints As Double
Get
Set
public:
property double ChartLeftPositionPoints {
double get ();
void set (double value);
}
member ChartLeftPositionPoints : float with get, set
Property Value
Double