SeriesDataBinding.SortBy Property
Gets or sets the field used for the sort.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)
Syntax
'Declaration
Public Property SortBy As String
Get
Set
'Usage
Dim instance As SeriesDataBinding
Dim value As String
value = instance.SortBy
instance.SortBy = value
public string SortBy { get; set; }
Property Value
Type: System.String
The String object that represents the name of the field used for the sort.