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


Gets or sets the docking offset of a chart's title.


Positive or negative offset of docked title position.

Syntax

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

Return Value

A value that represents the title's offset. Measured in pixels, and defaults to 0.

Remarks

The docking offset can be either a negative or positive value. A positive value offsets the title to the right if the title is docked to the top or bottom of the chart area, or to the right if the title is docked to the left or right side of a chart area. A negative value results in an offset to either the left or up.

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.