Share via


SeriesDataBinding.Sorting Property

Gets or sets the order in which the series will be sorted by group field.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)

Syntax

'Declaration
Public Property Sorting As Nullable(Of PointSortOrder)
    Get
    Set
'Usage
Dim instance As SeriesDataBinding
Dim value As Nullable(Of PointSortOrder)

value = instance.Sorting

instance.Sorting = value
public Nullable<PointSortOrder> Sorting { get; set; }

Property Value

Type: System.Nullable<PointSortOrder>
The PointSortOrder object that represents the order in which the series will be sorted by group field value.

See Also

Reference

SeriesDataBinding Class

SeriesDataBinding Members

Microsoft.Office.Server.WebControls Namespace