LMD ChartPack is a collection of 13 native VCL components that can be compiled into your application royalty free. This package was designed for clear and efficient graphic representation of data in VCL(.NET) applications. Different data sources (db, XML data etc. are supported). Several most popular 2D and 3D chart types are available - in this release 10 different main chart types are included, more will follow in subsequent releases.
Configuration of both data-processing logic and visual representation is possible. At design-time various settings can tested by using an extensive visual editor.
| Tab "LMD Chart" |

 |
TLMDChart Main component of LMD ChartPack. Handles common data for header/footer/legend settings. Also contains series data which should be visualized in charts. |

 |
TLMDChartSeries Represents a data container for Chart series (which contain those values which should be displayed in visual Chart controls). |

 |
TLMDChartCTColumn Use this component to specify visual settings for 2D-Column charts. |

 |
TLMDChartCTBar Use this component to specify visual settings for 2D-Bar charts. |

 |
TLMDChartCTAreaLine Use this component to specify visual settings for line charts. |

 |
TLMDChartCTPie2D Use this component to specify visual settings for 2D-Pie charts. |

 |
TLMDChartCTColumn3D Use this component to specify visual settings for 3D-Column charts. |

 |
TLMDChartCTBar3D Use this component to specify visual settings for 2D-Bar charts. |

 |
TLMDChartCTAreaLine3D Use this component to specify visual settings for 3D-Line charts. |

 |
TLMDChartCTAreaSpline Use this component to specify visual settings for AreaSpline charts. |

 |
TLMDChartCTDoughnut Use this component to specify visual settings for doughnut charts. |

 |
TLMDChartCTAreaSpline3D Use this component to specify visual settings for 3D-AreaSpline charts. |

 |
TLMDDBChartSeries Datasensitive version of TLMDChartSeries which uses databases as data container. |