Sets up the x-axis for high-low-close plot.

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

Syntax

C#
public virtual void SetDateAxis(
	string labelFormat
)
Visual Basic (Declaration)
Public Overridable Sub SetDateAxis ( _
	labelFormat As String _
)
Visual C++
public:
virtual void SetDateAxis(
	String^ labelFormat
)

Parameters

labelFormat
Type: System..::.String
A string used to format the date axis labels.

Remarks

This turns off autoscaling on the x-axis and sets the "Window" attribute depending on the number of dates being plotted. The Number attribute determines the number of intervals along the x-axis.

The labelFormat sets TextFormat and TextFormatProvider in the AxisLabel node.

See Also