HighLowCloseSetDateAxis Method |
Sets up the x-axis for high-low-close plot.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetDateAxis(
string labelFormat
)
Public Overridable Sub SetDateAxis (
labelFormat As String
)
public:
virtual void SetDateAxis(
String^ labelFormat
)
abstract SetDateAxis :
labelFormat : string -> unit
override SetDateAxis :
labelFormat : string -> unit
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