TiPlotAxis.DateTimeFormat
TiPlotAxis See Also
Specifies the Date/Time formatting string for the labels.
property DateTimeFormat : String;
Description
Use DateTimeFormat to get or set the Date/Time formatting string for the
labels. See FormatDateTime for specific values.
Example
Delphi
iComponent.XAxis[0].DateTimeFormat := 'hh:nn:ss am/pm';
C++ Builder
iComponent->XAxis[0]->DateTimeFormat = "hh:nn:ss am/pm";
Contents | Index | Previous | Next