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


Gets or sets the orientation of a title's gradient, and also determines whether or not a gradient is used.
Title background gradient type.

Syntax

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

Return Value

A GradientType integer enumeration. The default value is None.

Remarks

This property determines if a title will display a gradient, as well as the orientation of the gradient (if used).

For a listing of available patterns refer to the GradientType enumeration.

To use gradient colors:

  1. Set the primary color via the BackColor property.

  2. Set the secondary color of the chart element via the BackGradientEndColor property.

  3. Set this BackGradientType property of the chart element to the desired gradient style.

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.