Margins Construtores
Definição
Sobrecargas
| Margins() |
Inicializa uma nova instância da classe Margins.Initializes a new instance of the Margins class. |
| Margins(Int32, Int32, Int32, Int32) |
Inicializa uma nova instância da classe Margins com as coordenadas esquerda, direita, superior e inferior da margem.Initializes a new instance of the Margins class with the specified top, bottom, left and right coordinates of the margin. |
Margins()
Margins(Int32, Int32, Int32, Int32)
public:
Margins(int top, int bottom, int left, int right);
public Margins (int top, int bottom, int left, int right);
new System.Windows.Forms.DataVisualization.Charting.Margins : int * int * int * int -> System.Windows.Forms.DataVisualization.Charting.Margins
Public Sub New (top As Integer, bottom As Integer, left As Integer, right As Integer)
Parâmetros
- top
- Int32
Margem superior.Top margin.
- bottom
- Int32
Margem inferior.Bottom margin.
- left
- Int32
Margem esquerda.Left margin.
- right
- Int32
Margem direita.Right margin.
Comentários
Quando usado para células de legenda, as margens são medidas como uma porcentagem do tamanho da fonte da legenda.When used for legend cells, the margins are measured as a percentage of the legend's font size.