HELP! Need to show chart and series on form

;) Hello Admin and users.
I need urgently to show a chart and some series in it on a form
created in a script.
How to do it.
I tried several things with own functions, but no success.
What sense does it make to offer the chart access if
no series can be assigned?

Please help urgently!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Comments

  • edited 3:26PM
    Standard fs_ichartrtti.pas does not contain all chart methods and properties. You can use only published properties and some methods (declared in this file) in your scripts. You should add required methods/public properties either to this file or this way:

    with fsGlobalUnit.FindClass('TChartSeries') do
    begin
    AddMethod(...);
    AddProperty(...);
    end

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.