Intersoft ClientUI Documentation
GetIsDataPointGrouped Method



The category.
Returns a value indicating whether a data point corresponding to a category is grouped.
Syntax
Protected Function GetIsDataPointGrouped( _
   ByVal category As Object _
) As Boolean
Dim instance As ColumnBarSeriesBase
Dim category As Object
Dim value As Boolean
 
value = instance.GetIsDataPointGrouped(category)
protected bool GetIsDataPointGrouped( 
   object category
)
protected:
bool GetIsDataPointGrouped( 
   Object^ category
) 

Parameters

category
The category.

Return Value

A value indicating whether a data point corresponding to a category is grouped.
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