SRGDateScale Class

class SRGDateScale

SRGDateScale is derived from and similar in operation to the SRGDecimalScale. This axis labeling scale provides date and time support via the COLEDateTime functions. The maximum and minimum scales can be set to decimal values which correspond to the new date and time standards, and sensible annotations will be derived from them.

Defined in: DScale.h

Class Members

CHART_API SRGDateScale()

Constructor

CHART_API virtual void CreateLabels()

Builds the label list

CHART_API virtual void SetMaxValue(COleDateTime t)

Sets the maximum scale value as a COleDateTime object

CHART_API virtual void SetMinValue(COleDateTime t)

Sets the minimum scale value as a COleDateTime object

CHART_API virtual void SetResolution(COleDateTimeSpan s)

Sets the resolution value as a COleDateTimeSpan object