Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Chart Interface

An embedded chart on a worksheet.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v24.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

public interface Chart :
    Shape,
    FloatingObject,
    ShapeFormatBase,
    ChartObject,
    ShapeFormat

#Remarks

The Chart object is a member of the ChartCollection collection, containing all the embedded charts on a worksheet. Use ChartCollection.GetCharts method to get charts by their names, use the ChartCollection.GetChartById method to obtain a chart by its ID or use indexed access to the elements of the ChartCollection.

To create a chart and add it to the collection of charts on a worksheet, use the ChartCollection.Add method.

See Also