Skip to main content

ChartControlSettings.Diagram Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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