Compartir a través de


Legend.Position Propiedad

Definición

Devuelve o establece la posición de la leyenda en el gráfico.

public:
 property Microsoft::Office::Interop::Excel::XlLegendPosition Position { Microsoft::Office::Interop::Excel::XlLegendPosition get(); void set(Microsoft::Office::Interop::Excel::XlLegendPosition value); };
public Microsoft.Office.Interop.Excel.XlLegendPosition Position { get; set; }
Public Property Position As XlLegendPosition

Valor de propiedad

Comentarios

XlLegendPosition puede ser una de estas constantes XlLegendPosition :

xlLegendPositionCorner

xlLegendPositionRight

xlLegendPositionTop

xlLegendPositionBottom

xlLegendPositionLeft

Se aplica a