Specifies a title for the chart.

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

Syntax

C#
public virtual ChartTitle ChartTitle { get; set; }
Visual Basic (Declaration)
Public Overridable Property ChartTitle As ChartTitle
Visual C++
public:
virtual property ChartTitle^ ChartTitle {
	ChartTitle^ get ();
	void set (ChartTitle^ value);
}

Field Value

A ChartTitle which contains the "ChartTitle" attribute value.

Remarks

This is effective only in the ChartNode, where it replaces the existing ChartTitle node.

See Also