Skip to main content
A newer version of this page is available.

SnapChart Interface

A chart embedded in a Snap report.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v18.1.Core.dll

Declaration

public interface SnapChart :
    SnapEntity,
    IDisposable

The following members accept/return SnapChart objects:

Remarks

A SnapChart duplicates the XtraCharts basic functionality and is intended to graphically represent various data in a Snap report.

To insert a chart into a SnapDocument, use the document’s ISnapFieldOwner.CreateSnChart method. The SnapChart object’s properties enable you to populate the created chart with data and fine-tune its layout and appearance settings.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the SnapChart interface.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also