ElementPosition.Bottom Propriedade
Definição
Obtém a posição inferior de um elemento do gráfico, em coordenadas relativas.Gets the bottom position of a chart element, in relative coordinates.
public:
property float Bottom { float get(); };
[System.ComponentModel.Browsable(false)]
public float Bottom { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Bottom : single
Public ReadOnly Property Bottom As Single
Valor da propriedade
Um float valor que representa a posição inferior do elemento do gráfico.A float value that represents the bottom position of the chart element.
- Atributos
Comentários
A parte inferior do elemento do gráfico é sempre expressa em coordenadas relativas e é relativa a um ChartArea objeto, se plotada em uma área do gráfico, ou relativa à imagem do gráfico inteira se ela for plotada fora de um elemento da área do gráfico.The bottom of the chart element is always expressed in relative coordinates, and is either relative to a ChartArea object if plotted within a chart area, or relative to the entire chart image if plotted outside of a chart area element.
As coordenadas do gráfico usam (0, 0) para um canto superior esquerdo e (100.100) para um canto inferior direito.Chart coordinates use (0,0) for a top-left corner, and (100,100) for a bottom-right corner.