Skip to main content
A newer version of this page is available.
All docs
V18.2

WebChartControl.DiagramTypeName Property

Gets or sets the string value used to support serialization of the diagram’s type in web applications.

Namespace: DevExpress.XtraCharts.Web

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

Declaration

[DefaultValue("")]
public string DiagramTypeName { get; set; }

Property Value

Type Default Description
String String.Empty

A String value.

Remarks

This property is hidden and intended for internal use only. Normally you don’t need to use it.

See Also