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

RenderFormat Enum

Lists values that specify available image render formats.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v18.2.Web.dll

Declaration

public enum RenderFormat

Members

Name Description
Png

A chart control renders an PNG image to display on the client-side.

Svg

A chart control renders an SVG image to display on the client-side.

Related API Members

The following properties accept/return RenderFormat values:

Remarks

The WebChartControl.RenderFormat(ChartControlSettings.RenderFormat) property uses this enumeration.

See Also