Skip to main content

RenderFormat Enum

Lists values that specify available image render formats.

Namespace: DevExpress.XtraCharts.Web

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

NuGet Package: DevExpress.Web.Visualization

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:

Library Related API Members
ASP.NET MVC Extensions ChartControlSettings.RenderFormat
ASP.NET Web Forms Controls WebChartControl.RenderFormat

Remarks

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

See Also