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.v24.1.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