Click or drag to resize
ChartNodeChartTitle Property
Specifies a title for the chart.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual ChartTitle ChartTitle { get; set; }

Property Value

Type: ChartTitle
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