Intersoft ClientUI Documentation
GetDataPointGroup Method



The category for which to return the data point group.
Returns the group of data points in a given category.
Syntax
Protected Function GetDataPointGroup( _
   ByVal category As Object _
) As IGrouping(Of Object,IDataPoint)
Dim instance As ColumnBarSeriesBase
Dim category As Object
Dim value As IGrouping(Of Object,IDataPoint)
 
value = instance.GetDataPointGroup(category)
protected IGrouping<object,IDataPoint> GetDataPointGroup( 
   object category
)
protected:
IGrouping<Object^,IDataPoint^>^ GetDataPointGroup( 
   Object^ category
) 

Parameters

category
The category for which to return the data point group.

Return Value

The group of data points in a given category.
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

ColumnBarSeriesBase Class
ColumnBarSeriesBase Members

Send Feedback