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.
Warning |
---|
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
Delphi |
procedure RegisterChart( const aChartClass: TRSCustomChartClass ); |
Parameters
aChartClass
Type: TRSCustomChartClass
Reference |