Skip to main content

IconSetFormat.CoerceDataBarFormatInfo(DataBarFormatInfo, FormatValueProvider, Nullable<Decimal>, Nullable<Decimal>) Method

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace: DevExpress.Xpf.Core.ConditionalFormatting

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public override DataBarFormatInfo CoerceDataBarFormatInfo(
    DataBarFormatInfo value,
    FormatValueProvider provider,
    decimal? minValue,
    decimal? maxValue
)

Parameters

Name Type
value DevExpress.Xpf.Core.ConditionalFormatting.Native.DataBarFormatInfo
provider DevExpress.Xpf.Core.ConditionalFormatting.Native.FormatValueProvider
minValue Nullable<Decimal>
maxValue Nullable<Decimal>

Returns

Type
DevExpress.Xpf.Core.ConditionalFormatting.Native.DataBarFormatInfo
See Also