Dundas Chart for Windows Forms
Title Class
Members  See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl 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.

Object Model


Syntax

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

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.WinControl.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

© 2009 All Rights Reserved.