Represents namespace FMX.RS.ChartFunction.
|
Name
|
Description
|
|
TRSFMXChartFunction
|
Applies a function to an input SourceChart and adds values to a TargetChart.
The TRSChartFunction class provides basic functions such as average, maximum, and minimum, and allows you to define a custom function. The function is applied over a Period of the SourceChart.
Caution
|
The TRSChartFunction can accept any type of chart for its SourceChart and TargetChart. However, some combinations may be unpredicatable
|
Chart Function Example showing automatic generation of hourly High/Low/Average data from a Source Line chart to a High/Low/Average Target Chart.
|
|
TRSFMXCustomChartFunction
|
Implements a base chart function class that applies a function to an input SourceChart and adds values to a TargetChart.
The TRSCustomChartFunction class provides basic functions such as average, maximum, and minimum, and allows you to define a custom function. The function is applied over a Period of the SourceChart.
Caution
|
The TRSCustomChartFunction can accept any type of chart for its SourceChart and TargetChart. However, some combinations may be unpredicatable
|
Chart Function Example showing automatic generation of hourly High/Low/Average data from a Source Line chart to a High/Low/Average Target Chart.
|
Top
|