Legend.IsDockedInsideChartArea Property

.NET Framework (current version)
 

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

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

[<BindableAttribute(true)>]
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member IsDockedInsideChartArea : bool with get, set

Property Value

Type: System.Boolean

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

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

System_CAPS_noteNote

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.

.NET Framework
Available since 4.0
Return to top
Show: