Back to Devexpress

ChartControlSettings.EnableClientSidePointToDiagram Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-12fb1fd6.md

latest1.4 KB
Original Source

ChartControlSettings.EnableClientSidePointToDiagram Property

OBSOLETE

This property is obsolete and isn't used at all.

Specifies whether it’s allowed to perform conversions between screen coordinates and diagram coordinates on the client-side.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
[Obsolete("This property is obsolete and isn't used at all.")]
public bool EnableClientSidePointToDiagram { get; set; }
vb
<Obsolete("This property is obsolete and isn't used at all.")>
Public Property EnableClientSidePointToDiagram As Boolean

Property Value

TypeDescription
Boolean

true if the coordinate conversions are allowed; otherwise, false.

|

See Also

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace