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

ChartControlSettings.RenderFormat Property

Gets or sets a value specifying the image format used to display a chart.

Namespace: DevExpress.Web.Mvc

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

Declaration

public RenderFormat RenderFormat { get; set; }

Property Value

Type Description
RenderFormat

The value specifying the image format used to display a chart.

Available values:

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.

See Also