Skip to main content
A newer version of this page is available.
All docs
V19.1

ChartElement.SnapsToDevicePixels Property

Determines whether rendering for this element should use device-specific pixel settings during rendering.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

[Browsable(false)]
public bool SnapsToDevicePixels { get; set; }

Property Value

Type Description
Boolean

true if the element should render in accordance to device pixels; otherwise false. The default value is false.

See Also