Edit

Share via


XlChartElementPosition Enum

Definition

You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies the position of the chart element.

public enum class XlChartElementPosition
[System.Runtime.InteropServices.Guid("05B0478C-9CD6-4F60-B113-A55E6A6CB1DC")]
public enum XlChartElementPosition
[<System.Runtime.InteropServices.Guid("05B0478C-9CD6-4F60-B113-A55E6A6CB1DC")>]
type XlChartElementPosition = 
Public Enum XlChartElementPosition
Inheritance
XlChartElementPosition
Attributes

Fields

xlChartElementPositionAutomatic -4105

You should access and use this enumeration from the Excel primary interop assembly (PIA). Automatically sets the position of the chart element.

xlChartElementPositionCustom -4114

You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies a specific position for the chart element.

Applies to