Spread WPF 18
Features / Charts
In This Topic
    Charts
    In This Topic

    A chart represents data in a graphical way. Therefore, it is widely used in data analytics, particularly when users want visual representation of large information stored in spreadsheets.
    Charts are ideal for visualizing data in any domain. They are very effective in presenting huge data in a condensed and easy-to-understand format, thus making it easy to put your point across without actually going through the huge data sets.

    Spread for WPF supports a wide range of chart types, ranging from simple line and bar charts to complex treemap and sunburst charts. To create a chart, use the AddChart method of the IShapes interface. Using this method, you can add a chart at a particular position by providing position coordinates of the target range.

    For more information on configuring chart elements and working with different chart types, refer to the following topics: