ChartNodeChartTitle Property |
Specifies a title for the chart.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual ChartTitle ChartTitle { get; set; }
Public Overridable Property ChartTitle As ChartTitle
Get
Set
public:
virtual property ChartTitle^ ChartTitle {
ChartTitle^ get ();
void set (ChartTitle^ value);
}
abstract ChartTitle : ChartTitle with get, set
override ChartTitle : ChartTitle with 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