Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

[Obsolete("This property is obsolete and isn't used at all.")]
public bool EnableClientSidePointToDiagram { get; set; }

Property Value

Type Description
Boolean

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

See Also