Legend.IsDockedInsideChartArea Property

Definition

Gets or sets a flag that indicates whether the legend is docked inside or outside the chart area.

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

Property Value

true is the legend is docked inside the chart area; false if it is docked outside the chart area. The default value is false.

Attributes

Remarks

This property will only have an effect if the DockedToChartArea property is set to the name of a ChartArea object.

Note

If the Position property is set to any value other than Auto, the IsDockedInsideChartArea property also has no effect. This is because the position of the legend is determined by the Position property setting.

Applies to