Title.IsDockedInsideChartArea Property

.NET Framework (current version)
 

Gets or sets a flag that specifies whether the title should be docked within a ChartArea object.

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

<BindableAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Property IsDockedInsideChartArea As Boolean

Property Value

Type: System.Boolean

true if the title will be docked within a chart area; false if the title will be docked outside the chart area. The default value is false.

If the IsDockedInsideChartArea property is set to false, the title is docked to the outside edge of the plotted chart areas; if this property is set to true, the title will be docked to the inside edge of the chart area. This property will have no effect if the name of a ChartArea object is not assigned to the DockedToChartArea property.

Note   This behavior only applies if the Position property is set to Auto. If this is not the case, setting the IsDockedInsideChartArea property has no effect, because the position of the title is then determined by the Position property value.

.NET Framework
Available since 4.0
Return to top
Show: