Hide Comments
Hide Comments

Comments (0)

Specifies the axes that should be considered datetime values. The property controls which dimensions should be labeled as a date time or a regular floating point number. When this property includes an axis, all the labels for the chart will be drawn as a Date + Time (controlled by the DateTimeFormat of the axis).

Namespace: RSBarCharts

expandingSyntax

Delphi

published
  property DateTimeAxes: TXYSet read GetDateTimeAxes write SetDateTimeAxes;
 

Property Value

Type: TXYSet

expandingExamples

The following code sets the x axis to a datetime for a line chart:

Delphi

begin
   RSLineChart1.Values.DateTimeAxes := [xyX];
 end;

expandingSee Also

Comments (0)

RiverSoftAVG Charting Component Suite (RCCS) © 2005-2015, Thomas G. Grubb