SeriesComparer Property

Summary
Gets or sets an IComparer of CompositeInstanceDataSet.SeriesRow used to sort the loaded series.
Syntax
C#
VB
C++
public IComparer<SeriesRow> SeriesComparer { get; set; } 
  
Public Property SeriesComparer As IComparer(Of CompositeInstanceDataSet.SeriesRow) 
public: 
property IComparer<CompositeInstanceDataSet.SeriesRow^>^ SeriesComparer { 
   IComparer<CompositeInstanceDataSet.SeriesRow^>^ get(); 
   void set (    IComparer<CompositeInstanceDataSet.SeriesRow^>^ ); 
} 

Property Value

An IComparer of CompositeInstanceDataSet.SeriesRow used to sort the loaded series.

Remarks

Provide a value for this property to load the series in any order you like (e.g. Series Date)

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.