Hide Comments
Hide Comments

RegisterChart(TRSCustomChartClass) Method

Comments (0)

Registers the chart class with the RiverSoftAVG Charting Component Suite. Call RegisterChart with the chart class you want to be registered before trying to use the  GetChartClass function.

alert_cautionWarning

This method is automatically called by the units you use in your application. If GetChartClass returns nil for a chart type, it means that unit has not been compiled into your application. Add the unit to your uses clause or add the RSRegisterAllCharts unit to your uses clause

Namespace: FMX.RS.ChartPanel

expandingSyntax

Delphi

 procedure RegisterChart( const aChartClass: TRSCustomChartClass );
 

Parameters

aChartClass

Type: TRSCustomChartClass

expandingSee Also

Reference

Comments (0)

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