Dundas Chart for ASP.NET
DockInsideChartArea Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Title Class : DockInsideChartArea Property


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


Indicates that title is docked inside chart area. DockToChartArea property must be set first.

Syntax

Visual Basic (Declaration)  
Public Property DockInsideChartArea As Boolean
Visual Basic (Usage) Copy Code
Dim instance As Title
Dim value As Boolean
 
instance.DockInsideChartArea = value
 
value = instance.DockInsideChartArea
C#  
public bool DockInsideChartArea {get; set;}

Return Value

A value that determines if the title is displayed within a chart area. Defaults to false.

Remarks

If this property is set to false then the title is docked to the outside edge of the plotted chart areas;  if this property is set to true, then 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  DockToChartArea property.

NOTE: This only applies if the Position property is set to Auto. If this is not the case then DockInsideChartArea has no effect, since the title's position is determined by the Position property value.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.