SP.FieldRatingScale object
Specifies a field that contains rating scale values for a survey list.
Last modified: March 09, 2015
Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
var object = new SP.FieldRatingScale()
The FieldRatingScale object has the following members.
Constructor
The FieldRatingScale object has the following constructor.
|
Constructor |
Description |
|---|---|
|
Initializes a new instance of the SP.FieldRatingScale object. |
Properties
The FieldRatingScale object has the following properties.
|
Property |
Description |
|---|---|
|
Gets or sets a value that specifies the end number for the rating scale. |
|
|
Gets or sets a value that specifies the display text corresponding to the choice in the rating scale that indicates the non-applicable option. |
|
|
Gets or sets a value that specifies the start number for the rating scale. |
|
|
Gets or sets a value that specifies the display text corresponding to the average of the rating scale. |
|
|
Gets or sets a value that specifies the display text corresponding to the maximum of the rating scale. |
|
|
Gets or sets a value that specifies the display text corresponding to the minimum of the rating scale. |
|
|
Gets a value that specifies the number of options in the rating scale. |