The title on an axis.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
[SerializableAttribute] public class AxisTitle : ChartNode |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class AxisTitle _ Inherits ChartNode |
Visual C++ |
---|
[SerializableAttribute] public ref class AxisTitle : public ChartNode |
Remarks
AxisTitle is created by Axis1D as its child. It can be retrieved using the method AxisTitle.
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 axis title.
Inheritance Hierarchy
System..::.Object
Imsl.Chart2D..::.AbstractChartNode
Imsl.Chart2D..::.ChartNode
Imsl.Chart2D..::.AxisTitle
Imsl.Chart2D..::.AbstractChartNode
Imsl.Chart2D..::.ChartNode
Imsl.Chart2D..::.AxisTitle