Skip to main content

DataBarFormat.CalcDataBarFormatInfo(FormatValueProvider, DataBarFormatInfo, 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 DataBarFormatInfo CalcDataBarFormatInfo(
    FormatValueProvider provider,
    DataBarFormatInfo value,
    decimal? minValue,
    decimal? maxValue
)

Parameters

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

Returns

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