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


 Gets or sets the shadow offset.
Determines chart toolbar shadow offset.

Syntax

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

Return Value

An integer that represents the toolbar shadow offset, in pixels. Defaults to 0.
An integer that represents the toolbar shadow offset, in pixels. Defaults to 0.

Remarks

This property will not have any effect if the BorderSkin property is not set to None.
This property will not have any effect if the SkinStyle property is not set to None.

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.