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


Gets or sets a value that determines the angle of a strip line's title.


Strip Lines title angle. Can be set to 0, 90, 180 or 270 degrees.

Syntax

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

Return Value

A value that represents the angle (in degrees) of the strip line's title. Defaults to 0 degrees.

Remarks

This property sets the angle of a strip line's title.

Possible values are: 0, 90, 180 and 270 degrees.

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.