Returns whether the axis is displaying chart values using a date time string representation or a floating point string representation. The chart axis displays date time values when the ActiveChart (the first visible chart in the Charts list) specifies its IsDateTime property to True. When the chart axis displays date time values, the FormatValue method uses the DateTimeFormat property for formatting. Otherwise, the FormatValue method uses the Format property for formatting.
Namespace: FMX.RS.ChartPanel
Delphi |
public |
Return Value
Type: Boolean