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


Represents a title for the entire chart picture.


Title class provides properties which define content, visual appearance and position of the single chart title. It also contains methods responsible for calculating title position, drawing and hit testing.

Syntax

Visual Basic (Declaration)  
Public Class Title 
   Implements A 
Visual Basic (Usage) Copy Code
Dim instance As Title
C#  
public class Title : A  

Remarks

The Title class encapsulates all the functionality of a Chart control's title, and is exposed using the Titles collection of the root Chart object.

There can be any number of Titles for an entire chart image.

Titles can:

  • Be docked and aligned or custom positioned.

  • Be displayed inside or outside of plotted chart areas.

  • Use a pre-defined style (e.g. None, Embed, Emboss, Frame or Shadow).

  • Use hatching, gradient colors and background images.

  • Be sized and positioned anywhere within the chart image.

Inheritance Hierarchy

System.Object
   Dundas.Charting.WebControl.Title

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.