A newer version of this page is available.
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; }
<DefaultValue("")>
Public Property DiagramTypeName As String
Property Value
Type | Default | Description |
---|---|---|
String | A String value. |
Remarks
This property is hidden and intended for internal use only. Normally you don't need to use it.
See Also
Feedback