Skip to main content
All docs
V18.2

DashboardPdfExportOptions.ChartSizeMode Property

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

public string ChartSizeMode { get; set; }

Property Value

Type Description
String

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

See Also