Back to Devexpress

ChartControlSettings.RenderFormat Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-a659d143.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public RenderFormat RenderFormat { get; set; }
vb
Public Property RenderFormat As RenderFormat

Property Value

TypeDescription
RenderFormat

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

|

Available values:

NameDescription
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

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace