Intersoft ClientUI Documentation
ActiveDataPoints Property



Gets a stream of the active data points in the plot area.
Syntax
ReadOnly Property ActiveDataPoints As IEnumerable(Of DataPoint)
Dim instance As ISelectableSeries
Dim value As IEnumerable(Of DataPoint)
 
value = instance.ActiveDataPoints
IEnumerable<DataPoint> ActiveDataPoints {get;}
property IEnumerable<DataPoint^>^ ActiveDataPoints {
   IEnumerable<DataPoint^>^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ISelectableSeries Interface
ISelectableSeries Members

Send Feedback