Skip to main content

ChartListEditor.SupportedExportFormats Property

Provides access to the list of export formats supported by the current Chart List Editor.

Namespace: DevExpress.ExpressApp.Chart.Win

Assembly: DevExpress.ExpressApp.Chart.Win.v25.2.dll

NuGet Package: DevExpress.ExpressApp.Chart.Win

Declaration

public List<ExportTarget> SupportedExportFormats { get; }

Property Value

Type Description
List<ExportTarget>

A list of supported export formats.

Remarks

The SupportedExportFormats property is exposed by the IExportable interface supported by the ChartListEditor class.

See Also