Skip to main content
All docs
V18.2

ChartExportOptions.SizeMode Property

OBSOLETE

The ChartExportOptions.SizeMode property is obsolete now. Use the ChartSizeMode property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

Gets or sets the export size mode for the Chart dashboard item.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

[Obsolete("The ChartExportOptions.SizeMode property is obsolete now. Use the DashboardPdfExportOptions.ChartSizeMode property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
public string SizeMode { get; set; }

Property Value

Type Description
String

A value returned by the ChartExportSizeMode class that specifies the export size mode for the Chart dashboard item.

See Also