IMSL C# Numerical Library

HighLowClose.SetDateAxis Method 

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

public virtual void SetDateAxis(
   string labelFormat
);

Parameters

labelFormat
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

HighLowClose Class | Imsl.Chart2D Namespace