Navigation: Code Documentation > RSCharting > RSCharts > Classes > TRSPathChartValue
TRSPathChartValue Methods
Name
Description
Assign(TPersistent)
Represents method Assign(TPersistent). (Overrides RSChartPanel.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 RSCharts.TRS2DChartValue.Selectable(TRSRect,TRSChartSelectionAction).)
SetColor(TCanvasColor)
Represents method SetColor(TCanvasColor). (Overrides RSChartPanel.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 RSChartPanel.TRSChartValue.ValueChanged(Integer).)
Top