Title.TextStyle Property
Gets or sets the style of the text for the title.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
<BindableAttribute(True)> <PersistenceModeAttribute(PersistenceMode.Attribute)> Public Property TextStyle As TextStyle
Property Value
Type: System.Web.UI.DataVisualization.Charting.TextStyleA TextStyle enumeration value that determines the style of the text for the title. The default value is Default.
There are five possible styles for title text: 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, with no 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 as an outline of the text, that is, with no fill. |
Available since 4.0