Back to Devexpress

ChartControlSettings.Diagram Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-17dc299c.md

latest1.4 KB
Original Source

ChartControlSettings.Diagram Property

Gets the web chart control’s diagram and provides access to its settings.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public Diagram Diagram { get; }
vb
Public ReadOnly Property Diagram As Diagram

Property Value

TypeDescription
Diagram

A Diagram class descendant that is the chart control’s diagram.

|

Remarks

Note that you can’t set the Diagram property manually. It can be set for serialization purposes only. For more information on the chart control’s diagram, see the Diagram object’s description.

See Also

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace