Back to Devexpress

ChartControlSettings.CustomizeSimpleDiagramLayout Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-4504ae1f.md

latest1.6 KB
Original Source

ChartControlSettings.CustomizeSimpleDiagramLayout Property

Occurs before automatic settings are applied to the Simple Diagram‘s layout properties.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public CustomizeSimpleDiagramLayoutEventHandler CustomizeSimpleDiagramLayout { get; set; }
vb
Public Property CustomizeSimpleDiagramLayout As CustomizeSimpleDiagramLayoutEventHandler

Property Value

TypeDescription
CustomizeSimpleDiagramLayoutEventHandler

A CustomizeSimpleDiagramLayoutEventHandler delegate method allowing you to implement custom processing.

|

See Also

Declaring Server-Side Event Handlers

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace