Scales Enum
Enumerates the algorithms used to normalize item weights.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v23.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
Name | Description |
---|---|
Linear
|
The linear scaling is used. |
Logarithmic
|
The logarithmic scaling is used. |
Related API Members
The following properties accept/return Scales values:
See Also