Legend.IsDockedInsideChartArea Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public bool IsDockedInsideChartArea { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.IsDockedInsideChartArea : bool with get, set
Public Property IsDockedInsideChartArea As Boolean
Property Value
true
if 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.