Expand Minimize
This topic has not yet been rated - Rate this topic

Docking Enumeration

Specifies where a chart element, such as a legend or title, will be docked on the chart.

Namespace:  System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)
public enum Docking
Member nameDescription
TopDocked to the top of either the chart image or a ChartArea object.
RightDocked to the right of either the chart image or a ChartArea object.
BottomDocked to the bottom of either the chart image or a ChartArea object.
LeftDocked to the left of either the chart image or a ChartArea object.

The Docking enumeration represents the location on the Chart control where a chart element will be docked.

Set the IsDockedInsideChartArea property of the relevant chart element to specify whether that element will be docked to the entire chart image or to a ChartArea object. The chart area is specified in the DockedToChartArea property of the chart element.

.NET Framework

Supported in: 4.5, 4

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.