Skip to main content
A newer version of this page is available. .

ChartControlSettings.Diagram Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public Diagram Diagram { get; }

Property Value

Type Description
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