Legend.Docking Property
.NET Framework (current version)
Gets or sets a value that determines where the legend is docked.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[<BindableAttribute(true)>] [<PersistenceModeAttribute(PersistenceMode.Attribute)>] member Docking : Docking with get, set
Property Value
Type: System.Web.UI.DataVisualization.Charting.DockingA Docking enumeration value that determines where the legend is docked. The default value is Right.
The Legend can be docked to the top, left, bottom or right of either the entire chart image, or the inside or outside of a chart area. If the IsDockedInsideChartArea property is set to false, docking applies to the entire chart image. If the IsDockedInsideChartArea property is set to true, docking applies to the ChartArea object specified by the DockedToChartArea property
This property has no effect if the Position property is not set to Auto.
.NET Framework
Available since 4.0
Available since 4.0
Show: