Represents a chart title.

Namespace:  Nasosoft.Chart.Drawing
Assembly:  Nasosoft.Chart.Drawing (in Nasosoft.Chart.Drawing.dll)

Syntax

Visual Basic (Declaration)
Public Class Title
C#
public class Title
Visual C++
public ref class Title
JavaScript
Nasosoft.Chart.Drawing.Title = function();

Type.createClass(
	'Nasosoft.Chart.Drawing.Title');

Inheritance Hierarchy

System..::.Object
  Nasosoft.Chart.Drawing..::.Title

See Also