Title.IsDockedInsideChartArea Propriedade
Definição
public:
property bool IsDockedInsideChartArea { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public bool IsDockedInsideChartArea { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.IsDockedInsideChartArea : bool with get, set
Public Property IsDockedInsideChartArea As Boolean
Valor da propriedade
true Se o título será encaixado em uma área do gráfico; false se o título será encaixado fora da área do gráfico.true if the title will be docked within a chart area; false if the title will be docked outside the chart area. O valor padrão é false.The default value is false.
- Atributos
Comentários
Se a IsDockedInsideChartArea propriedade for definida como false , o título será encaixado na borda externa das áreas do gráfico plotado; se essa propriedade for definida como true , o título será encaixado na borda interna da área do gráfico.If the IsDockedInsideChartArea property is set to false, the title is docked to the outside edge of the plotted chart areas; if this property is set to true, the title will be docked to the inside edge of the chart area. Essa propriedade não terá efeito se o nome de um ChartArea objeto não for atribuído à DockedToChartArea propriedade.This property will have no effect if the name of a ChartArea object is not assigned to the DockedToChartArea property.
Observação Esse comportamento se aplica somente se a Position propriedade for definida como Auto .Note This behavior only applies if the Position property is set to Auto. Se esse não for o caso, a definição da IsDockedInsideChartArea propriedade não terá efeito, pois a posição do título é determinada pelo valor da Position propriedade.If this is not the case, setting the IsDockedInsideChartArea property has no effect, because the position of the title is then determined by the Position property value.