★★★ How to make customized Table/Chart components?

The trial version of FASTREPORT .NET we now evaluating is 1.5.30.0, for the requirement of our project, we should make some customized Table/Chart graph objects based on the SDK, the graph components is something like the part A~D (customized table cells, chart within a table, ??¦) in the attached picture.

the data source of these table/chart components is business objects (something like the codes below) which is set by API coding.
[Serializable]
public class ChartTable1Data {
   public string title;
   public string Cell1Text;
   public string Cell2Text;
   public string Cell3Text;
   public string Cell4Text;
   public float UpLimit;
   public float LowLimit;
   public float[] ItemValues;
}


Could someone give some assistance? Any demo code will be appreciated. :-)


Thanks a lot & Happy new year

Felix

Comments

  • edited 5:06PM
    Hello,

    I wrote the question years ago, but no one answers.

    Now for the latest version, is it possible to fulfill this function?

    Thanks

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.