Back to Devexpress

Scales Enum

aspnet-devexpress-dot-web-76842088.md

latest845 B
Original Source

Scales Enum

Enumerates the algorithms used to normalize item weights.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum Scales
vb
Public Enum Scales

Members

NameDescription
Linear

The linear scaling is used.

| | Logarithmic |

The logarithmic scaling is used.

|

The following properties accept/return Scales values:

See Also

DevExpress.Web Namespace