ReportElementSerieSortOrder Property |
Defines if the serie is sorted ascending or descending in the chart
Namespace:
Seal.Model
Assembly:
SealLibrary (in SealLibrary.dll) Version: 6.1.0.0 (6.1.0.0)
Syntax[DefaultValueAttribute(PointSortOrder.Ascending)]
public PointSortOrder SerieSortOrder { get; set; }
<DefaultValueAttribute(PointSortOrder.Ascending)>
Public Property SerieSortOrder As PointSortOrder
Get
Set
public:
[DefaultValueAttribute(PointSortOrder::Ascending)]
property PointSortOrder SerieSortOrder {
PointSortOrder get ();
void set (PointSortOrder value);
}
[<DefaultValueAttribute(PointSortOrder.Ascending)>]
member SerieSortOrder : PointSortOrder with get, set
Property Value
Type:
PointSortOrder
See Also