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.
Visual Basic (Declaration) | |
---|---|
Public Class Title |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class Title |
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 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.
System.Object
Dundas.Charting.WinControl.Title
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