ChartArea.Position Właściwość

Definicja

Pobiera lub ustawia ElementPosition obiekt, który definiuje położenie ChartArea obiektu w obiekcie Chart.

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

Wartość właściwości

Obiekt ElementPosition , który definiuje położenie obiektu warstwowego wykresu na obrazie wykresu.

Atrybuty

Uwagi

Ta właściwość definiuje położenie ChartArea obiektu w obiekcie Charti zawiera znaczniki, etykiety osi itd.

Współrzędne używane dla tej właściwości (od 0,0 do 100 100) są powiązane z całym obrazem wykresu.

Dotyczy