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


Gets or sets the title of the strip line.


Strip Line title

Syntax

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

Return Value

A value that represents the title.

Remarks

Sets or gets the title of the strip line.

The font properties of the title can be set using the TitleFont property.

Title colors of StripLine objects are set by TitleColor.

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.