Navigation: Code Documentation > RSFMXCharts > FMX.RS.Charts > Classes > TRSPathChartValue
TRSPathChartValue Methods
Name
Description
Assign(TPersistent)
Represents method Assign(TPersistent). (Overrides FMX.RS.ChartPanel.TRSChartValue.Assign(TPersistent).)
Changed(TObject)
Overloaded. Represents method Changed(TObject).
Selectable(TRSRect,TRSChartSelectionAction)
Returns true if the value is within the selection rectangle. Descendant classes override this method to signal whether the value is selected or not. (Overrides FMX.RS.Charts.TRS2DChartValue.Selectable(TRSRect,TRSChartSelectionAction).)
SetColor(TCanvasColor)
Represents method SetColor(TCanvasColor). (Overrides FMX.RS.ChartPanel.TRSChartValue.SetColor(TCanvasColor).)
UpdatePath(TRSRect,Boolean)
Transforms the Current Path Data (i.e., the original Data is untouched, only the Current path is updated) to fit within the specified rectangle. By default, the aspect ratio of the original path is preserved.
ValueChanged(Integer)
Represents method ValueChanged(Integer). (Overrides FMX.RS.ChartPanel.TRSChartValue.ValueChanged(Integer).)
Top