Hide Comments
Hide Comments

Comments (0)

Defines the interface for a class that wishes to listen to TRSChartPanel and TRSCustomChart events

Implement the IChartPanelListener to make your class be able to respond to changes in the chart panel, a chart, or a chart's values

Namespace: RSChartPanel

expandingInheritance Hierarchy

IInterface
  RSChartPanel.IChartPanelListener
    RSChartFunction.TRSCustomChartFunction
    RSChartLegends.TRSChartLegendBox
    RSChartLegends.TRSLegendListBox
 

expandingSyntax

Delphi

type 
  IChartPanelListener = interface 
  ['{14B7D090-8A12-458C-9651-45F01C518BCB}'] 
  end; 
 

expandingMethods

 

Name

Description

public method

ChartAdded(TRSCustomChart)

Called when chart is added to panel

public method

ChartChanged(TRSCustomChart)

Called when a chart or a chart value has changed

public method

ChartDeleted(TRSCustomChart)

Called when chart is deleted/removed from panel

public method

PanelChange

Called when the panel has changed and everything needs to be refreshed

public method

SelectionChanged(TObject)

Called when RSChartPanel.TRSChartValue.Selected property has changed

public method

ValueChanged(TRSCustomChart,TRSChartValue)

Called when a chart value has changed.

The Value = nil when ALL values have been changed

public method

VisibleChanged(TObject)

Called when RSChartPanel.TRSCustomChart.Visible property or the TRSChartValue.Visible property has changed

Top

expandingSee Also

Reference

TRSChartFunction
TRSLegendListBox

Comments (0)

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