Skip to main content
A newer version of this page is available. .
Tab

Scales Enum

Enumerates the algorithms used to normalize item weights.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum Scales

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