★★★ 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.
Could someone give some assistance? Any demo code will be appreciated. :-)
Thanks a lot & Happy new year
Felix
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
I wrote the question years ago, but no one answers.
Now for the latest version, is it possible to fulfill this function?
Thanks