WebChartControl.RenderFormat Property
In This Article
Gets or sets a value specifying the image format used to display a chart.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v24.2.Web.dll
NuGet Package: DevExpress.Web.Visualization
#Declaration
[DefaultValue(RenderFormat.Png)]
public RenderFormat RenderFormat { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Render |
Png | 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