The main title of a chart.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
[SerializableAttribute]
public class ChartTitle : AxisXY
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class ChartTitle _
	Inherits AxisXY
Visual C++
[SerializableAttribute]
public ref class ChartTitle : public AxisXY

Remarks

ChartTitle is created by Chart as its child. It can be retrieved using the method ChartTitle.

The axis title is the "Title" attribute value at this node. Text attributes (specified with CultureInfo, NumberFormatInfo.CurrentInfo and DateTimeFormatInfo.CurrentInfo members) in this node control the drawing of the title.

Inheritance Hierarchy

See Also