ReportElementSerieSortType Property |
Defines how the serie is sorted in the chart
Namespace:
Seal.Model
Assembly:
SealLibrary (in SealLibrary.dll) Version: 6.0.0.0 (6.0.0.0)
Syntax[DefaultValueAttribute(SerieSortType.Y)]
public SerieSortType SerieSortType { get; set; }
<DefaultValueAttribute(SerieSortType.Y)>
Public Property SerieSortType As SerieSortType
Get
Set
public:
[DefaultValueAttribute(SerieSortType::Y)]
property SerieSortType SerieSortType {
SerieSortType get ();
void set (SerieSortType value);
}
[<DefaultValueAttribute(SerieSortType.Y)>]
member SerieSortType : SerieSortType with get, set
Property Value
Type:
SerieSortType
See Also