Skip to main content

DataBarFormat.ZeroLineThickness Property

Gets or sets the thickness of the line between data bars corresponding to positive and negative cell values. This is a dependency property.

Namespace: DevExpress.Xpf.Core.ConditionalFormatting

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public double ZeroLineThickness { get; set; }

Property Value

Type Description
Double

A System.Double value that is the thickness of the zero line in pixels.

See Also