Skip to main content
All docs
V20.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.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

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