Dundas Chart for ASP.NET
Title Constructor(String,Docking,Font,Color)
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Title Class > Title Constructor : Title Constructor(String,Docking,Font,Color)


text
Text for the title.
Title text.
docking
Docking value that determines the docking of the title.
Title docking.
font
Title font.
Title font.
color
Title color.
Title color.
Public constructor that takes the title's text, docking, font and color as parameters.
Public constructor.

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal text As String, _
   ByVal docking As Docking, _
   ByVal font As Font, _
   ByVal color As Color _
)
Visual Basic (Usage) Copy Code
Dim text As String
Dim docking As Docking
Dim font As Font
Dim color As Color
 
Dim instance As Title(text, docking, font, color)
C#  
public Title( 
   string text,
   Docking docking,
   Font font,
   Color color
)

Parameters

text
Text for the title.
Title text.
docking
Docking value that determines the docking of the title.
Title docking.
font
Title font.
Title font.
color
Title color.
Title color.

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.