TTMSFNCChartSerieValueFormatType Enumeration
Controls how axis tick values are formatted as strings.
API unit family: TMSFNCChart
Members
| Name | Description |
|---|---|
vftNormal |
Formatted as an integer or using the MajorUnitFormat / MinorUnitFormat format string. |
vftFloat |
Formatted as a floating-point number. |
vftDateTime |
Formatted as a date/time value using the Delphi date/time format string. |