Hide Comments
Hide Comments

Comments (0)

Defines the input or source chart for the function. The function uses the SourceChart values to create values for the TargetChart

Namespace: RSChartFunction

expandingSyntax

Delphi

public
  property SourceChart: TRSCustomChart read FSourceChart write SetSourceChart;
 

Property Value

Type: TRSCustomChart

expandingRemarks

The TRSCustomChartFunction class acts as a IChartPanelListener for the SourceChart. Every time the SourceChart fires a ValueChanged event, the class executes its function (if the Enabled property is true). For efficiency, you can turn off the Enabled property temporarily or make sure that you wrap changes to the SourceChart with BeginUpdate/EndUpdate.

expandingSee Also

Comments (0)

RiverSoftAVG Charting Component Suite (RCCS) © 2005-2015, Thomas G. Grubb