A newer version of this page is available.
Switch to the current version.
Scales Enum
Enumerates the algorithms used to normalize item weights.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v19.2.dll
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:
Remarks
The values listed by this enumeration are used to set the ASPxCloudControl.Scale property's value.
See Also
Feedback