WebChartControl.RenderFormat Property
Gets or sets a value specifying the image format used to display a chart.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v19.2.Web.dll
Declaration
[DefaultValue(RenderFormat.Png)]
public RenderFormat RenderFormat { get; set; }
<DefaultValue(RenderFormat.Png)>
Public Property RenderFormat As RenderFormat
Property Value
Type |
Default |
Description |
RenderFormat |
Png
|
The value specifying the image format used to display a chart.
|
See Also