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


Gets or sets the title's style.


Title drawing style.

Syntax

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

Return Value

TextStyle value that determines the title's style. Defaults to Style.Default.

Remarks

There are five possible styles for a Title: Default, Shadow, Emboss, Embed, and Frame. Refer to the table below for a summary of these styles:

Style

Description

Default

Text is displayed using the desired font and color without additional effects.

Shadow

Text is displayed using the desired font and color with an added Shadow effect on the text.

Emboss

Text is displayed using the desired font and color but drawn with an Embossing effect.

Embed

Text is displayed using the desired font and color but drawn with an Embedding effect.

Frame

Text is displayed using the desired font and color but drawn showing as an outline of the text (ie. no fill).



 Figure 1: Title styles.

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.