Click or drag to resize
HighLowCloseSetDateAxis Method
Sets up the x-axis for high-low-close plot.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void SetDateAxis(
	string labelFormat
)

Parameters

labelFormat
Type: SystemString
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