Sdílet prostřednictvím


Legend.Position Vlastnost

Definice

Získá nebo nastaví ElementPosition objekt , který lze použít k získání nebo nastavení pozice legendy.

public:
 property System::Windows::Forms::DataVisualization::Charting::ElementPosition ^ Position { System::Windows::Forms::DataVisualization::Charting::ElementPosition ^ get(); void set(System::Windows::Forms::DataVisualization::Charting::ElementPosition ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.ElementPositionConverter))]
public System.Windows.Forms.DataVisualization.Charting.ElementPosition Position { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.ElementPositionConverter))>]
member this.Position : System.Windows.Forms.DataVisualization.Charting.ElementPosition with get, set
Public Property Position As ElementPosition

Hodnota vlastnosti

ElementPosition

Pokud je Position vlastnost automatická (to znamená Legend.Position.Auto = ), vypočítá pozici legendy automaticky ovládací prvek s ohledem na nastavení vlastností true Chart a Docking Alignment IsDockedInsideChartArea .

Pokud není automatické, vlastnosti , a jsou ignorovány a pozice legendy je určena výhradně hodnotou Docking DockedToChartArea IsDockedInsideChartArea vráceného ElementPosition objektu.

Atributy

Platí pro