Docking Enumeração
Definição
Especifica onde um elemento do gráfico, como uma legenda ou título, será encaixado no gráfico.Specifies where a chart element, such as a legend or title, will be docked on the chart.
public enum class Docking
public enum Docking
type Docking =
Public Enum Docking
- Herança
Campos
| Bottom | 2 | Encaixado na parte inferior da imagem do gráfico ou um objeto ChartArea.Docked to the bottom of either the chart image or a ChartArea object. |
| Left | 3 | Encaixado à esquerda da imagem do gráfico ou um objeto ChartArea.Docked to the left of either the chart image or a ChartArea object. |
| Right | 1 | Encaixado à direita da imagem do gráfico ou um objeto ChartArea.Docked to the right of either the chart image or a ChartArea object. |
| Top | 0 | Encaixado na parte superior da imagem do gráfico ou um objeto ChartArea.Docked to the top of either the chart image or a ChartArea object. |
Comentários
A Docking enumeração representa o local de encaixe no Chart controle que um elemento de gráfico deve ser encaixado.The Docking enumeration represents the docking location on the Chart control that an chart element should be docked.
Defina a IsDockedInsideChartArea Propriedade do elemento de gráfico relevante para especificar se esse elemento será encaixado em toda a imagem do gráfico ou em um ChartArea objeto.Set the IsDockedInsideChartArea property of the relevant chart element to specify whether that element will be docked to the entire chart image or to a ChartArea object. A área do gráfico é especificada na DockedToChartArea Propriedade do elemento do gráfico.The chart area is specified in the DockedToChartArea property of the chart element.